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

Commit ba90e0b

Browse files
authored
Fix layout of sessions tab buttons (#11279)
1 parent a38ed4a commit ba90e0b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

res/css/components/views/settings/devices/_FilteredDeviceListHeader.pcss

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ limitations under the License.
2929
background-color: $panels;
3030
border-radius: 8px;
3131
color: $secondary-content;
32+
33+
/* Higher specificity selector to override the flex-start value */
34+
.mx_AccessibleButton.mx_AccessibleButton_hasKind {
35+
align-self: center;
36+
}
3237
}
3338

3439
.mx_FilteredDeviceListHeader_label {

0 commit comments

Comments
 (0)