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 #6284 from matrix-org/gsouquet/fix-17826
Browse files Browse the repository at this point in the history
Add spacing between toast buttons with cross browser support in mind
  • Loading branch information
germain-gg authored Jun 29, 2021
2 parents 640fc59 + 4cfdad8 commit 9a37f29
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion res/css/structures/_ToastContainer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,15 @@ limitations under the License.
.mx_Toast_buttons {
float: right;
display: flex;
gap: 5px;

.mx_AccessibleButton {
min-width: 96px;
box-sizing: border-box;
}

.mx_AccessibleButton + .mx_AccessibleButton {
margin-left: 5px;
}
}

.mx_Toast_description {
Expand Down

0 comments on commit 9a37f29

Please sign in to comment.