Add CSS for group room visibility label alignment
This commit is contained in:
parent
c01ea56676
commit
06ce467876
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue