Skip to content

Commit

Permalink
fix(wasm): lineheight is applied to textblock
Browse files Browse the repository at this point in the history
  • Loading branch information
alextrepa committed Aug 21, 2020
1 parent 3f17707 commit 3491612
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Uno.UI/WasmCSS/Uno.UI.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ body {
outline: none;
pointer-events: auto;
/*
Those are required for measure/arrange to behave well:
Padding & margin are required for measure/arrange to behave well:
margin & padding are calculated through Xaml elements.
*/
margin: 0 !important;
padding: 0;
line-height: normal !important;

line-height: normal;
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
Expand Down

0 comments on commit 3491612

Please sign in to comment.