Skip to content

Commit

Permalink
Merge pull request #2270 from kayla-glick/raid-sim-player-editor-fixes
Browse files Browse the repository at this point in the history
fix typo and spell haste icon bug
  • Loading branch information
kayla-glick authored Jan 3, 2023
2 parents 4bfb13c + 7df19d5 commit 8ef6bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ui/scss/core/components/_icon_picker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

.icon-picker-button,
.icon-dropdown-option {
min-width: 40px;
width: 40px;
height: 40px;
border: 1px solid $border-color;
Expand Down
2 changes: 1 addition & 1 deletion ui/scss/core/individual_sim_ui/_shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
display: none !important;
}

.not-within-raid-sim .not-wthin-raid-sim-hide {
.not-within-raid-sim .not-within-raid-sim-hide {
display: none !important;
}

Expand Down

0 comments on commit 8ef6bbc

Please sign in to comment.