]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_lists.scss
Updated books list view description to be limited by css
[bookstack] / resources / sass / _lists.scss
index a3a58e6c6cd5c66f678d2681d6744f6847748a31..d6ea66350ebecf15fd0a59b95528e713923a990c 100644 (file)
@@ -430,6 +430,9 @@ ul.pagination {
     flex: 1;
     text-align: start;
   }
+  > .content {
+    min-width: 0;
+  }
   &:not(.no-hover) {
     cursor: pointer;
   }