]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_text.scss
Fixed firefox list editing bug and made button text size more consistent
[bookstack] / resources / assets / sass / _text.scss
index 86150e94bd382dec3b8a132c385572063bdc64e2..f76fa4d013b8827e363318f3ef824dcabd12479e 100644 (file)
@@ -217,20 +217,22 @@ p.secondary, p .secondary, span.secondary, .text-secondary {
 span.highlight {
   //background-color: rgba($primary, 0.2);
   font-weight: bold;
-  //padding: 2px 4px;
+  padding: 2px 4px;
 }
 
 /*
  * Lists
  */
 ul {
-  padding-left: $-m * 1.5;
-  list-style: disc inside;
+  padding-left: $-m * 1.3;
+  list-style: disc;
+  overflow: hidden;
 }
 
 ol {
-  list-style: decimal inside;
-  padding-left: $-m * 1.5;
+  list-style: decimal;
+  padding-left: $-m * 1.3;
+  overflow: hidden;
 }
 
 /*