mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fix software column widths (#3074)
This commit is contained in:
parent
67293aca95
commit
b249f3de77
1 changed files with 1 additions and 5 deletions
|
|
@ -480,7 +480,7 @@
|
|||
padding-right: 0px;
|
||||
}
|
||||
&:last-child {
|
||||
width: 200px;
|
||||
width: 150px;
|
||||
padding: 0px;
|
||||
overflow: none;
|
||||
}
|
||||
|
|
@ -492,10 +492,6 @@
|
|||
&.source__header {
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
&.version__header {
|
||||
width: 10%;
|
||||
}
|
||||
}
|
||||
tr {
|
||||
td {
|
||||
|
|
|
|||
Loading…
Reference in a new issue