using Gtk 4.0; template $RealmInfoEntry: Box { orientation: vertical; Label nameLabel { halign: start; styles [ "dim-label", "caption", ] } Label valueLabel { halign: start; wrap: true; xalign: 0; use-markup: true; } }