Merge #1428: gui(installer): align title & descrpition in path cards

f6c953fb1dcf16b303d8382160dbbffbde060b2d gui(installer): align title & descrpition in path cards (pythcoiner)

Pull request description:

  fixes #1427
  ![image](https://github.com/user-attachments/assets/4bf68994-6bb7-4929-9a98-8cda7a4039fd)

ACKs for top commit:
  jp1ac4:
    tACK f6c953fb1dcf16b303d8382160dbbffbde060b2d.

Tree-SHA512: f377a509156363f611a48a00dbd219b193d5542f5d2862c405c492bddc139d96c2b5b35c268f71ee02cc20b2b88c838e591cbb7f73ebfc1f740952f520f366f6
This commit is contained in:
edouardparis 2024-11-04 19:31:09 +01:00
commit 14f2a318f9
No known key found for this signature in database
GPG Key ID: E65F7A089C20DC8F

View File

@ -97,7 +97,7 @@ pub fn path(
Container::new(
Column::new()
.spacing(10)
.push_maybe(title.map(p1_bold))
.push_maybe(title.map(|t| Row::new().push(Space::with_width(10)).push(p1_bold(t))))
.push(defined_sequence(sequence, duplicate_sequence))
.push(
Column::new()