Skip to content

Commit fe86516

Browse files
fix rotation of guides text on mobile (#1098)
1 parent 16c87d4 commit fe86516

File tree

1 file changed

+3
-1
lines changed
  • pgml-dashboard/static/css/scss/components

1 file changed

+3
-1
lines changed

pgml-dashboard/static/css/scss/components/_navs.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@
149149
}
150150
}
151151
[aria-expanded=false] {
152-
transform: rotate(-90deg);
152+
span.material-symbols-outlined {
153+
transform: rotate(-90deg);
154+
}
153155
}
154156
@include media-breakpoint-down(xxl) {
155157
border-radius: 0px;

0 commit comments

Comments
 (0)