Fix dropdown text left aligned

This commit is contained in:
JonnyWong16 2021-09-14 17:51:54 -07:00
commit 3a5bf646ec
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -225,6 +225,9 @@ select.form-control option {
color: #555;
background-color: #eee;
}
select.btn {
text-align: left;
}
img {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;