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

Commit cec6a76

Browse files
authored
Retry fixing buttons alignment of Space list header (#8080)
Closes element-hq/element-web#21463 - Move min-height property Signed-off-by: Suguru Hirahara <[email protected]>
1 parent 83f2bf4 commit cec6a76

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

res/css/structures/_SpaceHierarchy.scss

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ limitations under the License.
3535
}
3636

3737
.mx_SpaceHierarchy_listHeader {
38-
display: grid;
38+
display: flex;
39+
flex-flow: wrap;
3940
justify-content: space-between;
4041
align-items: center;
41-
column-gap: 10px;
42-
min-height: 32px;
42+
gap: 12px;
4343
font-size: $font-15px;
4444
line-height: $font-24px;
4545
color: $primary-content;
@@ -55,9 +55,8 @@ limitations under the License.
5555
grid-column-start: 2;
5656
display: flex;
5757
flex-flow: wrap;
58-
justify-content: flex-end;
59-
row-gap: 12px;
60-
column-gap: 12px;
58+
gap: 12px;
59+
min-height: 32px;
6160

6261
.mx_AccessibleButton {
6362
padding: 4px 12px;

0 commit comments

Comments
 (0)