From: Krzysztof B. <kb...@un...> - 2019-12-18 14:21:14
|
Hi Sander, W dniu 17.12.2019 o 09:01, Sander Apweiler pisze: > Hi Krzysztof, > > We found an issue within the remembered remote IdP. The text of the IdP > is longer than the button. I attached a screenshot of it. I also add > another screenshot from a different theme where text and general > background colours differ. We found this issue in unity 2.8.2 and also > in 3.x releases. Because we skipped 2.6 and 2.7 I don't know if the > issues was there too. In general I think you want to have wider column with your authN options. If you have a single one or even two, this shouldn't be a problem - that's trivial to fix in console or for 2.8 in config file. Also you can modify your style to have more narrow font if you find this a problem. Finally you can add this to your style for the .u-externalSignInButton class: overflow: hidden; text-overflow: ellipsis; -> then text will be cut. I'll also add this to our default style. overflow: hidden; text-overflow: ellipsis; |