mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Style empty list placeholder text inline
This commit is contained in:
parent
263c44a09b
commit
6282b5bacb
@ -372,9 +372,7 @@ table, tbody {
|
||||
|
||||
.List-noItems {
|
||||
margin-top: 52px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
border-radius: 5px;
|
||||
@ -383,7 +381,7 @@ table, tbody {
|
||||
color: @list-no-items-txt;
|
||||
text-transform: uppercase;
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
padding: 80px 10px;
|
||||
}
|
||||
|
||||
.modal-body > .List-noItems {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user