Skip to content

Commit 5311017

Browse files
fix: restore flex layout for Related Enhancement links
1 parent d06f172 commit 5311017

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

assets/scss/_kep_page.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,15 +229,18 @@
229229
font-size: 0.85rem;
230230
color: $slate-700;
231231
text-decoration: none;
232-
display: block;
232+
display: flex;
233+
align-items: flex-start;
234+
gap: 8px;
233235
transition: all 0.2s ease;
234236
min-width: 0;
235-
overflow-wrap: anywhere;
237+
overflow-wrap: break-word;
236238

237239
i {
238240
font-size: 0.7rem;
239241
color: $slate-400;
240-
margin-right: 8px;
242+
line-height: 1;
243+
flex-shrink: 0;
241244
}
242245

243246
&:hover {

0 commit comments

Comments
 (0)