mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[IMP] runbot_merge: stagings button wrapping
Because one of the previous commits adds the duration of the staging to the staging dropdown toggles, it's now much longer, and by default the text does not wrap so it looks like shit and goes completely out the column "CSS is awesome" style. Update the style of the dropdown toggles specifically to allow text wrapping. Also align them left instead of centering, because the text makes a centered layout super ugly.
This commit is contained in:
parent
2fb85c515e
commit
4af515b20d
@ -82,6 +82,11 @@ $mergebot-colors: ("success": #dff0d8, "danger": #f2dede, "warning": #fcf8e3, "i
|
||||
.batch a:not(:last-of-type) a:after {
|
||||
content: ",";
|
||||
}
|
||||
|
||||
button.dropdown-toggle {
|
||||
text-align: left;
|
||||
white-space: wrap;
|
||||
}
|
||||
}
|
||||
.pr-listing > * { display: inline-block; }
|
||||
.pr-awaiting { opacity: 0.8; }
|
||||
|
Loading…
Reference in New Issue
Block a user