[Redesign] Clean up <select>

Summary: Ref T8099, Ref T8449. Adds a min width to selects (can't think of anything this breaks in ui) and adds space around space select.

Test Plan: Review a number of selects in different UIs, forms, dialogs.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T8099, T8449

Differential Revision: https://secure.phabricator.com/D13523
This commit is contained in:
Chad Little
2015-07-02 14:25:45 -07:00
parent 01a1a87879
commit 18e1bd2e45
3 changed files with 14 additions and 4 deletions

View File

@@ -351,6 +351,7 @@ final class AphrontFormPolicyControl extends AphrontFormControl {
$space_phid),
array(
'name' => 'spacePHID',
'class' => 'aphront-space-select-control-knob',
));
return $select;