File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 375
375
header {
376
376
.header--status {
377
377
display : flex ;
378
- flex-wrap : wrap ;
379
- align-items : center ;
380
378
justify-content : space-between ;
381
379
column-gap : 1.5rem ;
382
380
row-gap : 0.5rem ;
404
402
}
405
403
406
404
& .type {
407
- min-width : auto ;
408
- margin-left : auto ;
409
- overflow : hidden ;
410
- text-overflow : ellipsis ;
411
- white-space : nowrap ;
405
+ flex-grow : 0 ; // Prevent the type element from growing
406
+ flex-shrink : 0 ; // Prevent the type element from shrinking
407
+ white-space : nowrap ; // Prevent text from wrapping
412
408
}
413
409
}
414
410
}
815
811
}
816
812
}
817
813
}
814
+ }
815
+
816
+ // Compact tile overrides
817
+ .c4contesttile.compact {
818
+ .c4conteststatus {
819
+ align-items : start ;
820
+
821
+ .statusindicator {
822
+ margin-top : 8px ;
823
+ }
824
+ }
818
825
}
You can’t perform that action at this time.
0 commit comments