Skip to content

Commit

Permalink
Modified CSS to Prevent Truncation Issue in Certain Locales
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidResende0 committed Dec 14, 2020
1 parent cd3667c commit bbb3c4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/styles/dialog-editor-toolbox.scss
Expand Up @@ -12,7 +12,7 @@

.static-field-list {
list-style: none;
width: 107px;
width: 115px;
overflow-y: auto;
margin-bottom: 0px;
padding-left: 0;
Expand All @@ -23,7 +23,7 @@
border-bottom: 1px solid $color-gray-1;
border-radius: 1px;
cursor: pointer;
height: 70px;
min-height: 70px;
width: 100%;
position: relative;
text-align: center;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/dialog-editor.scss
Expand Up @@ -10,7 +10,7 @@

.editable-fields-container {
padding-top: 10px;
padding-left: 120px;
padding-left: 128px;
width: 80%;
}

Expand Down

0 comments on commit bbb3c4c

Please sign in to comment.