11 lines
151 B
CSS
11 lines
151 B
CSS
.preferences select {
|
|
min-width: 100px;
|
|
}
|
|
|
|
.preferences h4 {
|
|
margin: 0;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
line-height: 22px; /* 137.5% */
|
|
}
|