Open bjarnef opened 8 years ago
I have created an issue here instead: http://issues.umbraco.org/issue/U4-8058
I think it should be changed in Umbraco since it affect styling of many packages and <label>
as default is an inline element.
I noticed a other minor thing: When installing a provider, the provider use umb-loader, but it is causing horizontal scrollbar while loading because of horizontal overflow.
It was an issue in earlier versions of Umbraco 7, but I made a PR for that: https://github.com/umbraco/Umbraco-CMS/pull/477
so by wrapping the loader with <div class="umb-loader-wrapper"></div>
it hides overflow - you can inspect the DOM find package installer to compare.
I have installed Optimus 1.4.0 in Umbraco 7.4.1 ... and after install it suggest to install providers.
I Umbraco 7.4.0 the labels seems to have changed style, so by default they use
display: block;
... so you might want to usedisplay:inline-block;
instead.