fix: add more space between text and underline for highlighted tokens (#5332)
This commit is contained in:
parent
6675cebfec
commit
baa9324229
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class UnderlineText extends StatelessWidget {
|
|||
),
|
||||
),
|
||||
Positioned(
|
||||
bottom: 2, // fixed distance from baseline
|
||||
bottom: 0,
|
||||
left: 0,
|
||||
right: 0,
|
||||
child: Container(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue