mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
docs: center morphing text within fixed-width container
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
453ce9f3d7
commit
d260a7efdd
1 changed files with 2 additions and 2 deletions
|
|
@ -193,8 +193,8 @@ import { Tabs, TabItem, Card, CardGrid } from "@astrojs/starlight/components";
|
|||
.morph-word {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
min-width: 4.5em;
|
||||
text-align: left;
|
||||
width: 4.1em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.morph-word span {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue