style support request form
Summary: Styles the create support request form similarly to the details form, using the standard UI components. N.B. Video section styling will be a separate diff Reviewed By: jknoxville Differential Revision: D18637989 fbshipit-source-id: f1cc6967b6841a55e770043f330e1a87ac7bfb50
This commit is contained in:
committed by
Facebook Github Bot
parent
a8680c8df6
commit
fef8d5a50f
@@ -42,7 +42,9 @@ const HBox: React.FC<{
|
||||
width: '100%',
|
||||
shrink: 1,
|
||||
grow: 1,
|
||||
};
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
} as const;
|
||||
|
||||
switch (grow) {
|
||||
case 'right':
|
||||
|
||||
Reference in New Issue
Block a user