Skip to content

Commit

Permalink
Fix: Readd toolTipContainer styles to sections-refresh (#58696)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeastlake committed May 21, 2024
1 parent d95ab58 commit 0952716
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions apps/src/templates/sectionsRefresh/sections-refresh.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -219,3 +219,14 @@ button.advancedSettingsButton {
.textPopUp {
cursor: pointer;
}

.toolTipContainer {
display: flex;
align-items: center;

button {
.toggle-display {
margin-left: 5px;
}
}
}

0 comments on commit 0952716

Please sign in to comment.