We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 160d874 commit d4ee653Copy full SHA for d4ee653
src/assets/css/common.css
@@ -328,18 +328,18 @@ span.f-answered{
328
329
/*links*/
330
331
-a.f-link {
+a.f-link,
332
+.description a {
333
margin-right: 10px;
334
color: inherit;
335
border-bottom: 1px solid;
-}
336
-
337
-a.f-link:first-of-type {
338
- margin-left: 7px;
+ white-space: pre-wrap;
339
}
340
341
a.f-link:hover,
342
-a.f-link:active {
+a.f-link:active,
+.description a:hover,
+.description a:active {
343
344
border-bottom: none;
345
0 commit comments