Update coc.css for Version 3.2 (#6378)

Added a missing CSS class required for Version 3.2
This commit is contained in:
Stéphane Devouard
2020-05-11 10:59:11 -04:00
committed by GitHub
parent 3bc61e5508
commit 06cb6a22db
+4
View File
@@ -126,6 +126,10 @@ table.sheet-tabsep {
white-space: nowrap;
}
textarea.sheet-boxability {
width: 92%;
}
.sheet-textfat {
font-weight: bold;
color: #000000;