You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
415 B
23 lines
415 B
.rwmb-background-row {
|
|
margin-bottom: 5px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.rwmb-background-wrapper .wp-picker-container {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
.rwmb-background-wrapper .wp-picker-holder {
|
|
position: absolute;
|
|
z-index: 9;
|
|
min-width: 255px;
|
|
}
|
|
.rwmb-background-wrapper .rwmb-select {
|
|
flex: 1;
|
|
margin-bottom: 5px;
|
|
max-width: 100%;
|
|
}
|