Skip to content

Fix bug where labels in the compose form headers were too far from inputs on wide screens (#8913) - #10320

Open
taylorsatula wants to merge 1 commit into
roundcube:masterfrom
taylorsatula:fix-8913-compose-header-labels
Open

Fix bug where labels in the compose form headers were too far from inputs on wide screens (#8913)#10320
taylorsatula wants to merge 1 commit into
roundcube:masterfrom
taylorsatula:fix-8913-compose-header-labels

Conversation

@taylorsatula

Copy link
Copy Markdown

Fixes #8913

The compose header labels use Bootstrap's col-2 (16.67% of the row), which grows with the content area and leaves a large gap between label and input on wide screens. Cap the label column at 110px and let the input column fill the rest, as proposed in the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

layout spacing on labels for: From, To, Subject

1 participant