Merge pull request #2530 from matrix-org/bwindels/minorfixup
Redesign: tiny fix: stretch device label in member info if content doesn't fill it
This commit is contained in:
commit
ae7b89eae9
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ limitations under the License.
|
||||||
.mx_MemberDeviceInfo {
|
.mx_MemberDeviceInfo {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
align-items: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MemberDeviceInfo > .mx_DeviceVerifyButtons {
|
.mx_MemberDeviceInfo > .mx_DeviceVerifyButtons {
|
||||||
|
@ -42,6 +43,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_MemberDeviceInfo_deviceInfo {
|
.mx_MemberDeviceInfo_deviceInfo {
|
||||||
margin: 0 5px 5px 8px;
|
margin: 0 5px 5px 8px;
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* "Unblacklist" is too long for a regular button: make it wider and
|
/* "Unblacklist" is too long for a regular button: make it wider and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue