We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d58c96 commit cb27680Copy full SHA for cb27680
packages/uikit-workshop/src/sass/scss/04-components/_pattern.scss
@@ -26,6 +26,10 @@
26
font-size: 90%;
27
color: $pl-color-gray-55;
28
29
+ display: flex;
30
+ flex-wrap: wrap;
31
+ justify-content: space-between;
32
+
33
&:empty {
34
padding: 0;
35
}
@@ -68,10 +72,7 @@
68
72
*/
69
73
.pl-c-pattern__extra-toggle {
70
74
font-size: 0.8rem;
71
- position: absolute;
- bottom: -1px;
- right: 0;
- z-index: 1;
75
+ margin-bottom: -1px;
76
padding: 0.4rem 0.5rem;
77
78
background-color: transparent;
0 commit comments