mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
9 lines
155 B
SCSS
9 lines
155 B
SCSS
.fleet-maintained-apps-table {
|
|
.macos__header,
|
|
.windows__header {
|
|
.column-header {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
}
|
|
}
|