Bug 25242: (QA follow-up) Colwidth on results table
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / css / src / opac.scss
index e59ab8d..dfc4c6e 100644 (file)
@@ -229,6 +229,14 @@ td {
     background-color: #FFF;
     word-wrap: break-all;
     word-wrap: break-word;
+
+    &.selectcol {
+        width: 1ch;
+    }
+
+    &.numcol {
+        width: 3ch;
+    }
 }
 
 tr {