Skip to content

Commit

Permalink
💄 [open-zaak/open-notificaties#150] fix help-text icon layout
Browse files Browse the repository at this point in the history
  • Loading branch information
annashamray committed Jul 1, 2024
1 parent 3a2bc22 commit efd78a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/objecttypes/scss/admin/_admin_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ div.help {
background-size: 14px;
margin-left: 8px !important;
margin-top: 6px !important;
position: absolute;
position: relative;
text-indent: -9999px;

&:hover {
Expand Down Expand Up @@ -235,3 +235,7 @@ div.help {
display: inline-block;
margin-left: inherit !important;
}

div:has(> div.help ) {
display: flex;
}

0 comments on commit efd78a4

Please sign in to comment.