mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Merge pull request #614 from gconsidine/ui/fix/toggle-button-container
Adjust style of toggle button to accommodate text that exceeds 42px
This commit is contained in:
commit
fac7fd45f8
@ -13,12 +13,10 @@
|
||||
border-radius: 5px;
|
||||
border: 1px solid @default-link;
|
||||
background-color: @default-link;
|
||||
width: 42px;
|
||||
margin-top: 2px;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
height: 18px;
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
min-width: 42px;
|
||||
|
||||
&.ScheduleToggle--disabled {
|
||||
cursor: not-allowed;
|
||||
@ -42,10 +40,11 @@
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
padding-top: 0px;
|
||||
margin-top: 0px;
|
||||
border-top: 0px;
|
||||
border-bottom: 0px;
|
||||
border-right: 0px;
|
||||
display: inline-block;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
.ScheduleToggle.is-on {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user