Skip to content

Commit

Permalink
Fixed design.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulovmr committed Jan 6, 2020
1 parent d077a7e commit 6d8a3e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/online-editor/src/home/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export function HomePage(props: Props) {
</StackItem>
<StackItem>
<Toolbar>
<ToolbarItem style={{width: "23em"}}>
<ToolbarItem>
<Select
onSelect={onSelectFileType}
onToggle={onToggleFileType}
Expand Down
2 changes: 1 addition & 1 deletion packages/online-editor/static/resources/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
.kogito--upload-box > div {
box-sizing: border-box;
border: var(--pf-global--BorderWidth--lg) dashed var(--pf-global--BorderColor--100);
width: 20em;
width: 23em;
height: 20em;
display: flex;
justify-content: center;
Expand Down

0 comments on commit 6d8a3e0

Please sign in to comment.