mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
Fix right margin and padding to 0px on body el
This commit is contained in:
parent
e6235a4046
commit
6fee0db17b
@ -21,12 +21,6 @@
|
||||
src: url(/static/assets/OpenSans-Bold.ttf);
|
||||
}
|
||||
|
||||
/* Bootstrap fix that's causing a right margin to appear
|
||||
whenver a modal is opened */
|
||||
body.modal-open {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/* Helper Classes */
|
||||
.pad-right-sm { padding-right: 10px; }
|
||||
.pad-left-md { padding-left: 30px; }
|
||||
|
||||
@ -4,6 +4,13 @@ body {
|
||||
color: @default-data-txt;
|
||||
background-color: @default-secondary-bg;
|
||||
font-size: 0.88rem;
|
||||
/*
|
||||
* Bootstrap fix that's causing a right margin and padding
|
||||
* to appear whenever a modal is opened
|
||||
* https://github.com/twbs/bootstrap/issues/27071
|
||||
*/
|
||||
margin-right: 0px !important;
|
||||
padding-right: 0px !important;
|
||||
}
|
||||
|
||||
.dropdown-toggle::after {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user