Skip to content

Commit 8d8b5f1

Browse files
fix: fix some styling on mobile
1 parent 652b57d commit 8d8b5f1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

website/src/catalog/RuleItem.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,14 @@ a:hover {
183183
.rule-item:first-child {
184184
border-top-width: 1px;
185185
}
186+
.rule-details {
187+
flex-wrap: wrap;
188+
}
189+
.playground {
190+
align-self: flex-end;
191+
flex: 0 0 100%;
192+
text-align: right;
193+
}
186194
}
187195
188196
.used {

0 commit comments

Comments
 (0)