Skip to content

Commit fc798dc

Browse files
committed
Enforce width on mGAP side panels
1 parent 48d7f73 commit fc798dc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

mGAP/resources/views/about.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<div style="max-width: 350px;">
12
<b>mGAP is supported by NIH R24OD021324.</b>
23
<p></p>
3-
Please remember to cite this funding source in all publications that make use of mGAP data.
4+
Please remember to cite this funding source in all publications that make use of mGAP data.
5+
</div>

mGAP/resources/views/quickLinks.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
</ul>
3737

3838
<br>
39-
<span style="max-width: 200px;">
39+
<div style="max-width: 350px;">
4040
We'd love to hear your feedback! <a href="<%=contextPath%><%=containerPath%>/mgap-contact.view">Click here</a> to send a help or feature request, or email <a href="mailto:mgap@ohsu.edu">mgap@ohsu.edu</a> for any questions.
41-
</span>
41+
</div>

0 commit comments

Comments
 (0)