Skip to content

Commit 5113437

Browse files
authored
fix alignment within support-type switcher (#7260)
1 parent 0389ee4 commit 5113437

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • kitsune/sumo/static/sumo/scss/layout

kitsune/sumo/static/sumo/scss/layout/_aaq.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ aside .aaq-widget {
7575
background: var(--color-callout-bg);
7676
overflow: hidden;
7777
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
78+
text-align: center;
7879

7980
// Hide sidebar version on mobile, show inline version
8081
&.switcher-sidebar {
@@ -159,7 +160,6 @@ aside .aaq-widget {
159160
flex-direction: column;
160161
align-items: center;
161162
gap: p.$spacing-lg;
162-
text-align: center;
163163
}
164164

165165
// Reduced motion support

0 commit comments

Comments
 (0)