mirror of
https://github.com/fleetdm/fleet
synced 2026-04-22 22:17:21 +00:00
6 lines
156 B
SCSS
6 lines
156 B
SCSS
|
|
// Required specificity to override text-cell
|
||
|
|
.data-table-block .data-table tbody td .installer-action-cell {
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
}
|