mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 15:36:04 -03:30
Give list-actions a static height in case all its contents are hidden
This commit is contained in:
@@ -901,6 +901,7 @@ input[type="checkbox"].checkbox-no-label {
|
|||||||
.list-actions {
|
.list-actions {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-bottom: -34px;
|
margin-bottom: -34px;
|
||||||
|
height: 34px;
|
||||||
|
|
||||||
.fa-lg {
|
.fa-lg {
|
||||||
vertical-align: -8%;
|
vertical-align: -8%;
|
||||||
|
|||||||
Reference in New Issue
Block a user