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

Commit

Permalink
Merge pull request #2273 from jryans/align-eed
Browse files Browse the repository at this point in the history
Align buttons in encrypted event dialog
  • Loading branch information
turt2live authored Nov 8, 2018
2 parents aeef80f + 13039b0 commit f0080c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion res/css/views/dialogs/_EncryptedEventDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ limitations under the License.
@mixin mx_DialogButton;
background-color: $primary-bg-color;
color: $accent-color;
}
margin-top: 0px;
}
1 change: 0 additions & 1 deletion res/css/views/rooms/_MemberDeviceInfo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ limitations under the License.
}

.mx_MemberDeviceInfo.mx_DeviceVerifyButtons {
padding: 6px 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
Expand Down

0 comments on commit f0080c2

Please sign in to comment.