Merge pull request #2273 from jryans/align-eed

Align buttons in encrypted event dialog
pull/21833/head
Travis Ralston 2018-11-08 09:30:38 -07:00 committed by GitHub
commit f0080c22bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -24,4 +24,5 @@ limitations under the License.
@mixin mx_DialogButton;
background-color: $primary-bg-color;
color: $accent-color;
}
margin-top: 0px;
}

View File

@ -19,7 +19,6 @@ limitations under the License.
}
.mx_MemberDeviceInfo.mx_DeviceVerifyButtons {
padding: 6px 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;