also don't stretch buttons when text is larger

This commit is contained in:
Bruno Windels 2019-01-30 11:23:31 +01:00
parent 015c14237d
commit 3f7f984536

View file

@ -17,6 +17,7 @@ limitations under the License.
.mx_MemberDeviceInfo {
display: flex;
padding-bottom: 10px;
align-items: start;
}
.mx_MemberDeviceInfo > .mx_DeviceVerifyButtons {