Merge pull request #2274 from jryans/align-eed-safari

Align encrypted event buttons in Safari
pull/21833/head
Travis Ralston 2018-11-08 13:52:59 -07:00 committed by GitHub
commit 7e748add1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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