Fix hide-max-length tweak

This commit is contained in:
somebody
2022-09-19 19:54:32 -05:00
parent 2f18d475c8
commit f79e75a485

View File

@@ -1,4 +1,4 @@
.within_max_length {
color: inherit !important;
font-weight: inherit !important;
color: inherit;
font-weight: inherit;
}