improve device list layout
This commit is contained in:
parent
92292003c8
commit
de15965c4a
1 changed files with 3 additions and 0 deletions
|
@ -195,6 +195,8 @@ limitations under the License.
|
|||
.mx_UserInfo_devices {
|
||||
.mx_UserInfo_device {
|
||||
display: flex;
|
||||
margin: 8px 0;
|
||||
|
||||
|
||||
&.mx_UserInfo_device_verified {
|
||||
.mx_UserInfo_device_trusted {
|
||||
|
@ -210,6 +212,7 @@ limitations under the License.
|
|||
.mx_UserInfo_device_name {
|
||||
flex: 1;
|
||||
margin-right: 5px;
|
||||
word-break: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue