|
|
@ -7,7 +7,7 @@
|
|
|
|
except name and description on smaller screens */
|
|
|
|
except name and description on smaller screens */
|
|
|
|
--collapsed-static-column-width-px: 300px;
|
|
|
|
--collapsed-static-column-width-px: 300px;
|
|
|
|
--collapsed-static-column-width: calc(
|
|
|
|
--collapsed-static-column-width: calc(
|
|
|
|
( 300 / var(--max-font-size-unitless) ) * 1rem
|
|
|
|
( 300 / var(--min-font-size-unitless) ) * 1rem
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
/* Measurements of the width of all columns
|
|
|
|
/* Measurements of the width of all columns
|
|
|
|