app/assets/stylesheets/trestle/components/_table.scss in trestle-0.8.3 vs app/assets/stylesheets/trestle/components/_table.scss in trestle-0.8.4
- old
+ new
@@ -75,6 +75,12 @@
.avatar {
width: 32px;
height: 32px;
vertical-align: middle;
}
+
+ ul, ol {
+ margin-bottom: 0;
+ padding-left: 0;
+ list-style-position: inside;
+ }
}