Merge pull request #856 from ONLYOFFICE/feature/pr25-fix-bug-50164
Feature/pr25 fix bug 50164
This commit is contained in:
commit
1995978e04
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Binary file not shown.
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
@ -7,6 +7,7 @@
|
||||||
.form-control:not(input) {
|
.form-control:not(input) {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -791,7 +791,7 @@
|
||||||
@nocolor-offset-y: -137px;
|
@nocolor-offset-y: -137px;
|
||||||
|
|
||||||
// Plus
|
// Plus
|
||||||
@plus-offset-x: -81px;
|
@plus-offset-x: -80px;
|
||||||
@plus-offset-y: -184px;
|
@plus-offset-y: -184px;
|
||||||
|
|
||||||
@dl-horizontal-offset: @component-offset-horizontal;
|
@dl-horizontal-offset: @component-offset-horizontal;
|
||||||
|
|
Loading…
Reference in a new issue