mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
Add back missing style.
This commit is contained in:
parent
9292b21a41
commit
656e6d4f6a
10
src/app.scss
10
src/app.scss
@ -118,3 +118,13 @@
|
||||
--pf-c-about-modal-box--MaxHeight: 40rem;
|
||||
--pf-c-about-modal-box--MaxWidth: 63rem;
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// layout styles
|
||||
//
|
||||
.at-align-right {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user