Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
Line-height is messed up when saving style properties in WebDav.Example: this is code in .css file that I'm saving:[code] #SignupButton .inner { @property "signupButtonInner"; height: 34px; line-height: 34px; @property "/signupButtonInner"; }[/code]and this is css output in browser:[code]#SignupButton .inner{line-line-height: 34px;height: 34px;}[/code]It it happening only if height is before line-height.
Line-height is messed up when saving style properties in WebDav.
Example: this is code in .css file that I'm saving:
[code]
#SignupButton .inner
{
@property "signupButtonInner";
height: 34px;
line-height: 34px;
@property "/signupButtonInner";
}
[/code]
and this is css output in browser:
line-
It it happening only if height is before line-height.
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences