Skip to content

Commit

Permalink
Adjust layout and styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Sep 20, 2021
1 parent 3352382 commit ea4d06c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,13 @@
@element: custom;

@import (multiple) '~@eeacms/search-less/theme.less';

.sui-multi-checkbox-facet__option-input-wrapper {
max-width: 15em;
}

.sui-multi-checkbox-facet__input-text {
// overflow: hidden;
// white-space: nowrap;
// max-width: 15em;
}
4 changes: 2 additions & 2 deletions src/components/Layout/LeftColumnLayout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ const LeftColumnLayout = (props) => {

<Grid columns={2} container stackable className="body-content">
<Grid.Row>
<Grid.Column widescreen="4">
<Grid.Column widescreen="3">
<div>{sideContent}</div>
</Grid.Column>
<Grid.Column widescreen="8">
<Grid.Column widescreen="9">
<div>{bodyHeader}</div>
<div>{bodyContent}</div>
</Grid.Column>
Expand Down

0 comments on commit ea4d06c

Please sign in to comment.