0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ui] fix margin around devtool tooltip icon in rtl (#11338)

This commit is contained in:
Zakher Masri 2024-06-26 08:52:51 +03:00 committed by GitHub
parent 8fdbf0e45b
commit 9752a0b275
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'astro': patch
---
Fixes svg icon margin in devtool tooltip title to look coherent in `rtl` and `ltr` layouts

View file

@ -45,7 +45,7 @@ export class DevToolbarTooltip extends HTMLElement {
svg {
vertical-align: bottom;
margin-right: 4px;
margin-inline-end: 4px;
}
hr {