Make critical table columns flex evenly
This commit is contained in:
@@ -738,8 +738,8 @@ textarea {
|
||||
}
|
||||
|
||||
.critical-table-grid {
|
||||
width: max-content;
|
||||
min-width: 100%;
|
||||
width: 100%;
|
||||
min-width: max-content;
|
||||
font-size: 1.5rem;
|
||||
border-top: 1px solid rgba(127, 96, 55, 0.2);
|
||||
border-left: 1px solid rgba(127, 96, 55, 0.2);
|
||||
|
||||
Reference in New Issue
Block a user