fix(core): 🐛 revert max-width rule on installed software

This commit is contained in:
alistair3149 2024-05-29 17:52:00 -04:00
parent 83ab221408
commit 3b90a46109
No known key found for this signature in database

View file

@ -26,6 +26,7 @@
/* Installed software */
#sv-software {
display: block;
max-width: none;
line-height: var( --line-height-sm );
border: 0;