Skip to content

Commit d4ee653

Browse files
committed
Fix description links CSS
1 parent 160d874 commit d4ee653

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/assets/css/common.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -328,18 +328,18 @@ span.f-answered{
328328

329329
/*links*/
330330

331-
a.f-link {
331+
a.f-link,
332+
.description a {
332333
margin-right: 10px;
333334
color: inherit;
334335
border-bottom: 1px solid;
335-
}
336-
337-
a.f-link:first-of-type {
338-
margin-left: 7px;
336+
white-space: pre-wrap;
339337
}
340338

341339
a.f-link:hover,
342-
a.f-link:active {
340+
a.f-link:active,
341+
.description a:hover,
342+
.description a:active {
343343
color: inherit;
344344
border-bottom: none;
345345
}

0 commit comments

Comments
 (0)