mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
Fix right margin and padding to 0px on body el
This commit is contained in:
@@ -21,12 +21,6 @@
|
|||||||
src: url(/static/assets/OpenSans-Bold.ttf);
|
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 */
|
/* Helper Classes */
|
||||||
.pad-right-sm { padding-right: 10px; }
|
.pad-right-sm { padding-right: 10px; }
|
||||||
.pad-left-md { padding-left: 30px; }
|
.pad-left-md { padding-left: 30px; }
|
||||||
|
|||||||
@@ -4,6 +4,13 @@ body {
|
|||||||
color: @default-data-txt;
|
color: @default-data-txt;
|
||||||
background-color: @default-secondary-bg;
|
background-color: @default-secondary-bg;
|
||||||
font-size: 0.88rem;
|
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 {
|
.dropdown-toggle::after {
|
||||||
|
|||||||
Reference in New Issue
Block a user