Merge pull request #15 from ONLYOFFICE/fix/butnDefHeight

Change button default height from 22px to 20px
This commit is contained in:
Oleg Korshul
2021-12-14 11:43:19 +03:00
committed by GitHub

View File

@ -12,7 +12,7 @@ body {
color: #444444;
font-size: 11px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
height: 22px;
height: 20px;
cursor: pointer;
}