Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
fix: fix layout for sidebar key-value data (#1083)
Browse files Browse the repository at this point in the history
PR Close #983
  • Loading branch information
tamazlykar authored May 31, 2018
1 parent 3c1b593 commit 493b1ef
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
.key {
flex-grow: 1;
flex-shrink: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: default;
max-width: 170px;
max-width: 50%;
margin-right: 5px;
}

Expand All @@ -15,7 +13,7 @@
cursor: default;
text-align: right;
white-space: nowrap;
flex-shrink: 2;
max-width: 50%;

input {
text-align: end;
Expand Down

0 comments on commit 493b1ef

Please sign in to comment.