[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-0' - loleaflet/css
Pedro Pinto Silva (via logerrit)
logerrit at kemper.freedesktop.org
Wed Feb 26 13:51:46 UTC 2020
loleaflet/css/spreadsheet-mobile.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 11a421528cd86f1d77e821daad4c2244cc8a83dd
Author: Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Wed Feb 26 14:46:47 2020 +0100
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Feb 26 14:51:28 2020 +0100
Spreadsheet mobile: add missing ( originated from 364623c87f5449d6151f98d9545363810d50e7e8
Change-Id: I2b6a96865f770315d5a0b990ecc24b839271f763
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89547
Tested-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
(cherry picked from commit 5bdf841a8fceefb1e7d26c9aec4639468fbe022b)
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89566
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
Tested-by: Andras Timar <andras.timar at collabora.com>
diff --git a/loleaflet/css/spreadsheet-mobile.css b/loleaflet/css/spreadsheet-mobile.css
index d0ac53a09..b1cfae4fd 100644
--- a/loleaflet/css/spreadsheet-mobile.css
+++ b/loleaflet/css/spreadsheet-mobile.css
@@ -1,4 +1,4 @@
- at media max-width: 767px), (max-device-height: 767px) {
+ at media (max-width: 767px), (max-device-height: 767px) {
@-moz-document url-prefix() {
#spreadsheet-row-column-frame.readonly {
top: 36px !important;
More information about the Libreoffice-commits
mailing list