Skip to content

Commit 770d630

Browse files
committed
Move link badges closer to title
1 parent 9f87686 commit 770d630

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/vue/components/feature/feature.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
}
1919

2020
.title {
21-
flex: 1;
22-
2321
.badge {
2422
margin-inline-start: 1ch;
2523
}

ui/css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ summary {
298298
&::after {
299299
content:'';
300300
display: inline-block;
301+
margin-inline-start: auto;
301302
vertical-align: -.1em;
302303
font-size: max(1em, 1rem);
303304
width: 1em;

0 commit comments

Comments
 (0)