mirror of
https://github.com/fleetdm/fleet
synced 2026-04-22 05:57:36 +00:00
5 lines
156 B
SCSS
5 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;
|
|
}
|