]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_pages.scss
Fixed some typos and corrected grammar.
[bookstack] / resources / sass / _pages.scss
index 4c54c1045db1527e836d89bb7f93bdcd856abd9e..3ceec61d091245ada86bc0f81c6dbcd5f02fa8df 100755 (executable)
@@ -158,6 +158,20 @@ body.tox-fullscreen, body.markdown-fullscreen {
   details > summary + * {
     margin-top: .2em;
   }
+  details:after {
+    content: '';
+    display: block;
+    clear: both;
+  }
+
+  li > input[type="checkbox"] {
+    vertical-align: top;
+    margin-top: 0.3em;
+  }
+
+  p:empty {
+    min-height: 1.6em;
+  }
 
   &.page-revision {
     pre code {
@@ -382,10 +396,14 @@ body.tox-fullscreen, body.markdown-fullscreen {
   }
 }
 
-.entity-list-item > span:first-child, .icon-list-item > span:first-child, .chapter-expansion > .icon {
+.entity-list-item > span:first-child,
+.icon-list-item > span:first-child,
+.split-icon-list-item > a > .icon,
+.chapter-expansion > .icon {
   font-size: 0.8rem;
   width: 1.88em;
   height: 1.88em;
+  flex-shrink: 0;
   display: flex;
   align-items: center;
   justify-content: center;