Remove width and center from Bullet::Point
Mixing bullet points and tasks is rare.
This commit is contained in:
parent
e27b8cba8e
commit
696f912d3d
1 changed files with 1 additions and 5 deletions
|
|
@ -1339,11 +1339,7 @@ where
|
|||
row![
|
||||
match bullet {
|
||||
Bullet::Point { .. } => {
|
||||
text("•")
|
||||
.width(settings.text_size)
|
||||
.center()
|
||||
.size(settings.text_size)
|
||||
.into()
|
||||
text("•").size(settings.text_size).into()
|
||||
}
|
||||
Bullet::Task { done, .. } => {
|
||||
Element::from(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue