fix: accidental global styling rule

This commit is contained in:
plebeius.eth
2023-11-30 16:57:56 +01:00
parent 28e7a69dec
commit beadb2cc97

View File

@@ -102,8 +102,8 @@ button {
max-height: 60vh;
}
input {
width: 35vw !important;
.categorySettings input {
width: 35vw;
}
}