Add CSS for group room visibility label alignment

pull/5497/head
Luke Barnard 2017-11-02 15:05:08 +00:00
parent c01ea56676
commit 06ce467876
1 changed files with 6 additions and 0 deletions

View File

@ -98,6 +98,12 @@ limitations under the License.
font-size: 13px;
}
.mx_MemberInfo label .mx_MemberInfo_label_text {
display: inline-block;
max-width: 180px;
vertical-align: text-top;
}
.mx_MemberInfo input[type="radio"] {
vertical-align: -2px;
margin-right: 5px;