Browse Source

Fix line height of windows titlebar

master
jeffvli 3 years ago
committed by Jeff
parent
commit
558f166065
  1. 1
      src/styles/App.global.css

1
src/styles/App.global.css

@ -102,7 +102,6 @@ body {
width: 100%;
display: inline-block;
vertical-align: middle;
line-height: normal;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

Loading…
Cancel
Save