MDL-51633 theme_bootstrapbase: Restyled ADD BLOCK to remove max-width.
This commit is contained in:
@@ -239,10 +239,16 @@
|
||||
.block_adminblock {
|
||||
.content {
|
||||
display: block;
|
||||
margin: 0 10px;
|
||||
padding: 3px 5px;
|
||||
width: auto;
|
||||
}
|
||||
select {
|
||||
max-width: 92%;
|
||||
.singleselect {
|
||||
display: block;
|
||||
select.singleselect {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user