Skip to content

Commit

Permalink
Add temporary icon alignment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guergana committed Nov 15, 2023
1 parent c6c1390 commit 96a7d65
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -423,3 +423,9 @@ dl.import-meta .download-csv {
}
}
}

// TODO: This is a temporary fix until issue https://phabricator.wikimedia.org/T326900
// is marked as resolved.
.cdx-button .cdx-icon {
vertical-align: text-top;
}

0 comments on commit 96a7d65

Please sign in to comment.