Add CSS for group room visibility label alignment
This commit is contained in:
parent
c01ea56676
commit
06ce467876
|
@ -98,6 +98,12 @@ limitations under the License.
|
||||||
font-size: 13px;
|
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"] {
|
.mx_MemberInfo input[type="radio"] {
|
||||||
vertical-align: -2px;
|
vertical-align: -2px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
|
Loading…
Reference in New Issue