Skip to content

Commit

Permalink
Set width of plot owner info table first column
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jul 10, 2024
1 parent 3d758d5 commit b41b24b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions js/plugins/style/PlotOwnerInfo.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ div.owner-info table td {
padding: 0.125em 0.25em;
}

div.owner-info table td:first-child {
width: 33%;
}

td.owner-info-first-column {
vertical-align: top;
padding-right: 16px;
}

div.owner-info-owners {
}

div.owner-info-plot-title {
font-weight: bold;
padding-bottom: 8px;
Expand Down

0 comments on commit b41b24b

Please sign in to comment.