loleaflet/css/spreadsheet-mobile.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5bdf841a8fceefb1e7d26c9aec4639468fbe022b
Author:     Pedro Pinto Silva <pedro.si...@collabora.com>
AuthorDate: Wed Feb 26 14:46:47 2020 +0100
Commit:     Pedro Pinto da Silva <pedro.si...@collabora.com>
CommitDate: Wed Feb 26 14:48:22 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.si...@collabora.com>
    Reviewed-by: Pedro Pinto da Silva <pedro.si...@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 @@
-@media max-width: 767px), (max-device-height: 767px) {
+@media (max-width: 767px), (max-device-height: 767px) {
        @-moz-document url-prefix() {
                #spreadsheet-row-column-frame.readonly {
                        top: 36px !important;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to