Skip to content

Commit

Permalink
px -> em in create quiz section
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleogenesis authored and vkWeb committed Oct 19, 2023
1 parent 8ecf464 commit 9f8e098
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,10 @@
<style lang="scss" scoped>
.style-icon {
width: 32px;
height: 32px;
margin-top: 8px;
margin-left: 16px;
width: 2em;
height: 2em;
margin-top: 0.5em;
margin-left: 1em;
}
/deep/ .ui-textbox-label {
Expand Down

0 comments on commit 9f8e098

Please sign in to comment.