@inchurch/matcha-theme 22.5.0 → 22.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -311,6 +311,10 @@
|
|
|
311
311
|
// da table.
|
|
312
312
|
&.col-actions {
|
|
313
313
|
width: var(--matcha-table-col-actions-width);
|
|
314
|
+
// min-width base da tbody td/thead th é 120px (--matcha-table-cell-min-width)
|
|
315
|
+
// — maior que os 80px daqui, e min-width sempre vence sobre width no box
|
|
316
|
+
// model. Sem este override, a coluna ficava presa em 120px (achado real).
|
|
317
|
+
min-width: var(--matcha-table-col-actions-width);
|
|
314
318
|
white-space: nowrap;
|
|
315
319
|
text-align: left;
|
|
316
320
|
|