Skip to content

Commit

Permalink
fixed typos in preference-array.css closing issue #9243
Browse files Browse the repository at this point in the history
Signed-off-by: chadha <c.degachi@student.tudelft.nl>
  • Loading branch information
chadha authored and vince-fugnitto committed Mar 29, 2021
1 parent 96930a2 commit 4a3492b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/preferences/src/browser/style/preference-array.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
-webkit-box-align: center;
-ms-flex-align : center;
align-items : center;
padding : calc(var(--thiea-ui-padding) / 2) var(--thiea-ui-padding);
padding : calc(var(--theia-ui-padding) / 2) var(--theia-ui-padding);
border-bottom : var(--theia-panel-border) 2px solid;
}

Expand Down Expand Up @@ -91,6 +91,6 @@
}

.theia-settings-container .preference-array-input {
padding-right: calc(var(--theia-icon-size) + var(--thiea-ui-padding));
padding-right: calc(var(--theia-icon-size) + var(--theia-ui-padding));
width : 100%;
}

0 comments on commit 4a3492b

Please sign in to comment.