Bootstrap table width fix
authorStephanie Leary <stephanie.leary@equinoxoli.org>
Thu, 23 Mar 2023 21:36:24 +0000 (21:36 +0000)
committerStephanie Leary <stephanie.leary@equinoxoli.org>
Thu, 23 Mar 2023 21:36:24 +0000 (21:36 +0000)
Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
Open-ILS/src/eg2/src/app/share/grid/grid.component.css

index aa83b0e..61702de 100644 (file)
   width: auto;
 }
 
-.eg-grid {
+/* Undo Bootstrap table width */
+table.table.eg-grid {
   width: revert;
+}
+
+.eg-grid {
   caption-side: top;
   color: rgba(0,0,0,.87);
   table-layout: auto;