Skip to content

Commit

Permalink
Vertically center the button carets in the grid RTE
Browse files Browse the repository at this point in the history
  • Loading branch information
kjac authored and nul800sebastiaan committed Apr 30, 2019
1 parent 078a7d5 commit 99dedac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Umbraco.Web.UI.Client/src/less/components/umb-grid.less
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,10 @@
padding-bottom: 8px;
padding-left: 6px;
line-height: inherit;

.mce-caret {
margin-top: 6px;
}
}

&:not(.mce-menubtn) {
Expand Down

0 comments on commit 99dedac

Please sign in to comment.