fix text size on filled out text box

This commit is contained in:
Mark Eaton
2024-01-03 09:18:51 -05:00
committed by GitHub
parent 6ca6475cfe
commit 1b1aba144b
+1
View File
@@ -41,4 +41,5 @@
/* make nav items bigger */
textarea::placeholder, input::placeholder, .select2-selection__choice__display { font-size: 1.3em !important; }
.select2-container { overflow: visible; }
#col-search > .w-100 > input:not(:placeholder-shown) { font-size: 1em !important } /* fix text size on filled out text box */
</style>