Remove width and center from Bullet::Point

Mixing bullet points and tasks is rare.
This commit is contained in:
Héctor Ramón Jiménez 2025-11-29 13:29:24 +01:00
parent e27b8cba8e
commit 696f912d3d
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -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(