Bridge search displays and afforms
[civicrm-core.git] / css / civicrm.css
index 519289821c46585722be4789082fec994770f8b8..b627f94813292ea680cb4b674689178ec972d11f 100644 (file)
 .crm-container .crm-flex-box {
   display: flex;
   flex-wrap: wrap;
+  box-sizing: border-box;
 }
 .crm-container .crm-flex-box > * {
   flex: 1;
+  box-sizing: border-box;
   min-width: 0; /* prevents getting squashed by whitespace:nowrap content */
 }
 .crm-container .crm-flex-box > .crm-flex-2 {
@@ -36,6 +38,9 @@
 .crm-container .crm-flex-box > .crm-flex-4 {
   flex: 4;
 }
+.crm-container .crm-flex-box > .crm-flex-5 {
+  flex: 5;
+}
 
 .crm-container .crm-draggable {
   cursor: move;