Skip to content

Commit

Permalink
Merge pull request #27 from jeffnm/patch-1
Browse files Browse the repository at this point in the history
Fix for long urls breaking out of their container

Signed-off-by: Remington Steed <rjs7@calvin.edu>
  • Loading branch information
remocrevo committed Dec 12, 2014
2 parents 82500c1 + 818dcdb commit 357fe9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ajax_htmldata.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@

?>
<table class='linedFormTable' style='width:460px;'>
<tr>
<th width="115"></th>
<th></th>
</tr>
<tr>
<th colspan='2' style='margin-top: 7px; margin-bottom: 5px;'>
<span style='float:left; vertical-align:top; max-width:400px; margin-left:3px;'><span style='font-weight:bold;font-size:120%;margin-right:8px;'><?php echo $resource->titleText; ?></span><span style='font-weight:normal;font-size:100%;'><?php echo $acquisitionType->shortName . " " . $resourceFormat->shortName . " " . $resourceType->shortName; ?></span></span>
Expand Down
2 changes: 2 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,8 @@ table.linedFormTable {
border-collapse: collapse;
border-spacing: 0;
font-size:90%;
table-layout:fixed;
word-wrap:break-word;
}

table.linedFormTable td {
Expand Down

0 comments on commit 357fe9f

Please sign in to comment.