mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-25 15:41:08 +00:00
Input fields that contain checkboxes now have automatic width. (CSS)
This commit is contained in:

committed by
Jonathan S. Katz

parent
59e60fadb6
commit
cdf42ad2e8
@ -1132,6 +1132,12 @@ input {
|
||||
input[type=checkbox] {
|
||||
vertical-align: middle;
|
||||
margin-left: 5px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
input[type=checkbox]:focus {
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.custom-select {
|
||||
|
Reference in New Issue
Block a user