Adjust color picker prevalues to fit within overlay
This commit is contained in:
@@ -202,13 +202,16 @@ ul.color-picker li {
|
||||
}
|
||||
|
||||
input[type="text"] {
|
||||
min-width: 40%;
|
||||
width: 320px;
|
||||
display: inline-block;
|
||||
display: flex;
|
||||
flex: 1 1 100px;
|
||||
margin-top: 1px;
|
||||
margin-right: 15px;
|
||||
min-width: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.sp-replacer {
|
||||
display: inline-flex;
|
||||
margin-right: 18px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user