Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Redesign: tiny fix: stretch device label in member info if content doesn't fill it #2530

Merged
merged 2 commits into from
Jan 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions res/css/views/rooms/_MemberDeviceInfo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ limitations under the License.
.mx_MemberDeviceInfo {
display: flex;
padding-bottom: 10px;
align-items: start;
}

.mx_MemberDeviceInfo > .mx_DeviceVerifyButtons {
Expand All @@ -42,6 +43,7 @@ limitations under the License.

.mx_MemberDeviceInfo_deviceInfo {
margin: 0 5px 5px 8px;
flex: 1;
}

/* "Unblacklist" is too long for a regular button: make it wider and
Expand Down