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

Commit

Permalink
Fix layout of sessions tab buttons (#11279)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Jul 18, 2023
1 parent a38ed4a commit ba90e0b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ limitations under the License.
background-color: $panels;
border-radius: 8px;
color: $secondary-content;

/* Higher specificity selector to override the flex-start value */
.mx_AccessibleButton.mx_AccessibleButton_hasKind {
align-self: center;
}
}

.mx_FilteredDeviceListHeader_label {
Expand Down

0 comments on commit ba90e0b

Please sign in to comment.