Retry fixing buttons alignment of Space list header (#8080)

Closes https://github.com/vector-im/element-web/issues/21463

- Move min-height property

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
pull/21833/head
Suguru Hirahara 2022-03-18 21:26:35 +00:00 committed by GitHub
parent 83f2bf4261
commit cec6a76352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 6 deletions

View File

@ -35,11 +35,11 @@ limitations under the License.
}
.mx_SpaceHierarchy_listHeader {
display: grid;
display: flex;
flex-flow: wrap;
justify-content: space-between;
align-items: center;
column-gap: 10px;
min-height: 32px;
gap: 12px;
font-size: $font-15px;
line-height: $font-24px;
color: $primary-content;
@ -55,9 +55,8 @@ limitations under the License.
grid-column-start: 2;
display: flex;
flex-flow: wrap;
justify-content: flex-end;
row-gap: 12px;
column-gap: 12px;
gap: 12px;
min-height: 32px;
.mx_AccessibleButton {
padding: 4px 12px;