Skip to content

Commit

Permalink
[ui] fix margin around devtool tooltip icon in rtl (withastro#11338)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher authored Jun 26, 2024
1 parent 8fdbf0e commit 9752a0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/rare-singers-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro': patch
---

Fixes svg icon margin in devtool tooltip title to look coherent in `rtl` and `ltr` layouts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class DevToolbarTooltip extends HTMLElement {
svg {
vertical-align: bottom;
margin-right: 4px;
margin-inline-end: 4px;
}
hr {
Expand Down

0 comments on commit 9752a0b

Please sign in to comment.