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

Commit

Permalink
feat: update styling of property pane (#436)
Browse files Browse the repository at this point in the history
* feat(component): update styling of string property
* feat(component): update styling of boolean property
* feat(component): update styling of enum property
  • Loading branch information
tilmx authored and marionebl committed May 24, 2018
1 parent 476893b commit c7fc62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/property-items/property-label.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const StyledLabel = styled.span`
width: 30%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
text-overflow: ellipsis;
user-select: none;
cursor: default;
box-sizing: border-box;
Expand Down

0 comments on commit c7fc62a

Please sign in to comment.