mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
[ui] fix margin around devtool tooltip icon in rtl
(#11338)
This commit is contained in:
parent
8fdbf0e45b
commit
9752a0b275
2 changed files with 6 additions and 1 deletions
5
.changeset/rare-singers-try.md
Normal file
5
.changeset/rare-singers-try.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'astro': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fixes svg icon margin in devtool tooltip title to look coherent in `rtl` and `ltr` layouts
|
|
@ -45,7 +45,7 @@ export class DevToolbarTooltip extends HTMLElement {
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
margin-right: 4px;
|
margin-inline-end: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
|
|
Loading…
Reference in a new issue