@@ -430,6 +430,9 @@ body>nav.navbar {
.mcp-theme-1 .min-width-110px {
min-width: 110px !important;
}
+.mcp-theme-1 .max-width-110px {
+ max-width: 110px !important;
+}
.mcp-theme-1 .min-width-140px {
min-width: 140px !important;
@@ -16,7 +16,7 @@ $isOmegaHistorySegment = strpos($iName, 'omega_history_') === 0;
<!-- title -->
<?php
- $extraClass = $segment->heading ? 'min-width-110px' : 'min-width-140px pl-2';
+ $extraClass = $segment->heading ? 'min-width-110px max-width-110px' : 'min-width-140px pl-2';
?>
@if(!!$segment->display_title)