Merge pull request #1643 from ONLYOFFICE/fix/bug-56148

Bug 56148
This commit is contained in:
Julia Radzhabova 2022-03-22 11:39:01 +03:00 committed by GitHub
commit 23b574e448
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,10 +126,12 @@ textarea.form-control:focus {
position: absolute;
right: @scaled-one-px-value-ie;
right: @scaled-one-px-value;
top: @scaled-one-px-value-ie;
top: @scaled-one-px-value;
> .btn-toolbar {
height: 22px;
padding-top: 1px;
height: 20px;
height: calc(22px - @scaled-one-px-value * 2);
}
}