mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 14:28:25 -04:00
Add styles for nested lists of radios
Assumes lists that are descendants of a radio control should be indented at the same amount as their label text.
This commit is contained in:
@@ -251,6 +251,11 @@ details .arrow {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.multiple-choice > .panel {
|
||||
border-left: none;
|
||||
padding: 0 0 0 12px;
|
||||
}
|
||||
|
||||
.heading-inline {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user