Skip to content

Commit

Permalink
chore(Demo): selection list demo layout fixed
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #1998
  • Loading branch information
benjamincharity committed Jan 31, 2020
1 parent ebb462e commit 04ad382
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,9 @@ <h3 tsCardTitle tsVerticalSpacing>
<form
novalidate
fxLayout="column"
fxLayout.gt-sm="row"
fxLayoutGap="1rem"
>


<div fxLayout="row" fxLayoutAlign="center">

<div style="height: 42px; background: lightblue; " fxFlex="noshrink"></div>
<ts-selection-list
label="Select states"
hint="Begin typing to search.."
Expand All @@ -57,7 +52,6 @@ <h3 tsCardTitle tsVerticalSpacing>
{{ state.name }}
</ts-option>
</ts-selection-list>
</div>

<div>
FormControl value: {{ complexMultipleControl.value | json }}
Expand All @@ -70,7 +64,6 @@ <h3 tsCardTitle tsVerticalSpacing>
<form
novalidate
fxLayout="column"
fxLayout.gt-sm="row"
fxLayoutGap="1rem"
>
<h3 tsCardTitle tsVerticalSpacing="small--1">
Expand Down

0 comments on commit 04ad382

Please sign in to comment.