loleaflet: fix CSS style properties for landscape
orientation Change-Id: I75e64d4f24405cb0c5a263d03d65a7b89ce7b528 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/100681 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Henry Castro <hcastro@collabora.com>
This commit is contained in:
parent
5df5329f83
commit
14cc329613
1 changed files with 3 additions and 3 deletions
|
@ -740,9 +740,9 @@ td[id^=tb_spreadsheet-toolbar_item]:focus table.w2ui-button div.w2ui-icon, td[id
|
|||
}
|
||||
|
||||
.preview-img-landscape {
|
||||
min-width: 40px;
|
||||
max-width: 40px;
|
||||
margin-left: 8px;
|
||||
min-width: 20px;
|
||||
max-width: 60px;
|
||||
margin-left: 1px;
|
||||
}
|
||||
|
||||
.preview-frame-landscape {
|
||||
|
|
Loading…
Reference in a new issue