mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 09:28:26 -04:00
Make labels blocks, put next to message templates
This commit is contained in:
@@ -7,9 +7,22 @@
|
||||
|
||||
&-option {
|
||||
|
||||
input {
|
||||
float: left;
|
||||
white-space: nowrap;
|
||||
clear: both;
|
||||
|
||||
.block-label {
|
||||
float: none;
|
||||
clear: none;
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.sms-message {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user