Skip to content

Commit

Permalink
Merge branch 'ManuelMcLure-fixwhitespace' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
kantlivelong committed Sep 28, 2021
2 parents 6336854 + 4b4d784 commit af03d83
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions octoprint_ups/static/css/ups.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,17 @@
border-radius: 2px;
transition: 250ms ease;
}
#navbar_plugin_ups .popover {
width: auto !important;
}
#navbar_plugin_ups .popover table {
width: auto !important;
table-layout: auto !important;
}
#navbar_plugin_ups .popover td {
width: auto !important;
white-space: nowrap;
}
#navbar_plugin_ups .popover td:last-child {
padding-left: 1em;
}

0 comments on commit af03d83

Please sign in to comment.