[Libreoffice-commits] online.git: loleaflet/css

Pedro Pinto Silva (via logerrit) logerrit at kemper.freedesktop.org
Wed Feb 26 13:48:40 UTC 2020


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

New commits:
commit 5bdf841a8fceefb1e7d26c9aec4639468fbe022b
Author:     Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Wed Feb 26 14:46:47 2020 +0100
Commit:     Pedro Pinto da Silva <pedro.silva at 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.silva at collabora.com>
    Reviewed-by: Pedro Pinto da Silva <pedro.silva 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