Make labels blocks, put next to message templates

This commit is contained in:
Chris Hill-Scott
2015-12-11 11:32:24 +00:00
parent 703eed3d36
commit 64f03bed06
4 changed files with 24 additions and 10 deletions

View File

@@ -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;
}
}
}