Skip to content

Commit

Permalink
Style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
stamogis authored and manisandro committed Aug 24, 2021
1 parent 5861b5c commit 54f4f5f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions plugins/style/Measure.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ div.resultbody {
margin-top: 0.25em;
border: 1px solid @item_border@;
white-space: nowrap;
overflow: hidden;
overflow: visible;
background-color: white;
min-width: 15em;
min-width: 17.5em;
display: flex;
align-items: center;
}

div.resultbody > span {
Expand All @@ -17,18 +16,22 @@ div.resultbody > span {

div.resultbody > select {
flex: 0 0 auto;
padding: 0.25em;
border: none;
border-left: 1px solid @item_border@;
}

div.resultbody span.copy-measure-button {
flex: 0 0 auto;
width: 2.5em;
text-align: center;
background-color: @button_bg@;
border: 1px solid @item_border@;
border-left: 1px solid @item_border@;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
padding: 0.25em;
}

div.resultbody span.copy-measure-button:hover {
Expand Down

0 comments on commit 54f4f5f

Please sign in to comment.