Unify paddings for Gtk/Adw widgets

I have few widgets from different assets - one GtkEntry, and one is AdwActionRow

image

There is different padding, trying to change margin_start/margin_end for GtkEntry but it moves entire the block

Maybe I could change AdwActionRow to look more compact by some CSS class?

Thanks

Sorry, confused with halign value set as GTK_ALIGN_CENTER,
change it to GTK_ALIGN_LEFT fixed my problem.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.