fix #7281 - fix column resizing for merged cells
[roojs1] / scss / roojs-bootstrap / navbar.scss
index 0f95e20..3792fb7 100644 (file)
@@ -2,7 +2,9 @@
 
 @media (min-width: 768px) {
     .navbar-right {
+        /*  not needed on popup?
         margin-right: 15px;
+        */
     }
 }
 /* was -15 before, on mobile it made the buttons too close to the edit.. */
 
 table td .navbar {
     min-height: auto;
-}
\ No newline at end of file
+}
+
+// navbar at the top of panes...
+.tab-pane .navbar-nav,
+.tab-pane .navbar-nav .nav-item {
+    width: 100%;
+}