Fix software column widths (#3074)

This commit is contained in:
RachelElysia 2021-11-23 10:27:33 -05:00 committed by GitHub
parent 67293aca95
commit b249f3de77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {