Skip to content

Commit

Permalink
Updated CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn authored May 11, 2020
1 parent d61fbdc commit 299b2cf
Showing 1 changed file with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,37 @@
padding: 0.5rem;
}

.Key {
flex: 0 1 auto;
padding-left: 0.25rem;
padding-right: 0.125rem;
line-height: 1rem;
border-top-left-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
display: inline-block;
background-color: var(--color-component-badge-background);
color: var(--color-text);
font-family: var(--font-family-monospace);
font-size: var(--font-size-monospace-small);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
}

.KeyArrow {
height: 1rem;
width: 1rem;
margin-right: -0.25rem;
border: 0.5rem solid transparent;
border-left: 0.5rem solid var(--color-component-badge-background);
}

.SelectedComponentName {
flex: 1 1 auto;
overflow: hidden;
text-overflow: ellipsis;
line-height: normal;
}

.Owners {
Expand Down

0 comments on commit 299b2cf

Please sign in to comment.