Skip to content

Commit cb27680

Browse files
Fix title is overlapping expand button on view all page (pattern-lab#1275)
1 parent 0d58c96 commit cb27680

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/uikit-workshop/src/sass/scss/04-components/_pattern.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
font-size: 90%;
2727
color: $pl-color-gray-55;
2828

29+
display: flex;
30+
flex-wrap: wrap;
31+
justify-content: space-between;
32+
2933
&:empty {
3034
padding: 0;
3135
}
@@ -68,10 +72,7 @@
6872
*/
6973
.pl-c-pattern__extra-toggle {
7074
font-size: 0.8rem;
71-
position: absolute;
72-
bottom: -1px;
73-
right: 0;
74-
z-index: 1;
75+
margin-bottom: -1px;
7576
padding: 0.4rem 0.5rem;
7677
color: $pl-color-gray-55;
7778
background-color: transparent;

0 commit comments

Comments
 (0)