Skip to content

Commit aa6d4eb

Browse files
authored
Merge pull request #655 from elit-altum/fix-link-width
fix(download-page): fixes link widths - I654
2 parents a1da4a7 + 1ee4baa commit aa6d4eb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

offline-reference/extra/css/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
padding: 0.4em;
9090
margin: 1em 1.75em 0 0;
9191
width: 18.65em;
92+
float: left;
9293
color: #333 !important;
9394
height:7.45em;
9495
position: relative;

src/assets/css/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@
224224
padding: 0.4em;
225225
margin: 0 1.75em 0 0;
226226
width: 18.65em;
227+
float: left;
227228
color: #333 !important;
228229
height: 7.45em;
229230
position: relative;

0 commit comments

Comments
 (0)