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

Commit faa7083

Browse files
committed
Set flex to buttons on NewRoomIntro with gap around them
Closes element-hq/element-web#21553 Signed-off-by: Suguru Hirahara <[email protected]>
1 parent 981b44c commit faa7083

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

res/css/views/rooms/_NewRoomIntro.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,14 @@ limitations under the License.
2929

3030
.mx_NewRoomIntro_buttons {
3131
margin-top: 28px;
32+
display: flex;
33+
flex-flow: wrap;
34+
gap: 14px 12px;
3235

3336
.mx_AccessibleButton {
3437
line-height: $font-24px;
3538
display: inline-block;
3639

37-
& + .mx_AccessibleButton {
38-
margin-left: 12px;
39-
}
40-
4140
&:not(.mx_AccessibleButton_kind_primary_outline)::before {
4241
content: '';
4342
display: inline-block;

0 commit comments

Comments
 (0)