app/assets/stylesheets/georgia/components/_table.scss in georgia-0.7.8 vs app/assets/stylesheets/georgia/components/_table.scss in georgia-0.8.0
- old
+ new
@@ -3,6 +3,13 @@
max-width: 100%;
tr.is-selected td {
background-color: $bg-header-main;
}
+ td, th {
+ &.status {
+ width: 1px;
+ padding: 0 !important;
+ margin: 0;
+ }
+ }
}
\ No newline at end of file