fix(style): remove float-l
This commit is contained in:
parent
ffe3922916
commit
4601ed9f77
3 changed files with 3 additions and 7 deletions
|
@ -509,11 +509,6 @@ input:focus {
|
||||||
margin: auto 1rem auto auto;
|
margin: auto 1rem auto auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .theme-default .float-l {
|
|
||||||
display: inline-block;
|
|
||||||
margin: auto 1rem auto auto;
|
|
||||||
} */
|
|
||||||
|
|
||||||
.theme-default .float-r {
|
.theme-default .float-r {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: auto auto 1rem 1rem;
|
margin: auto auto 1rem 1rem;
|
||||||
|
|
|
@ -62,7 +62,7 @@ export class Tabs extends React.Component<Props, State, {}> {
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
this.setTab(this.props.targetControl, option);
|
this.setTab(this.props.targetControl, option);
|
||||||
}}
|
}}
|
||||||
className="float-l"
|
className="float-l margin-r-m"
|
||||||
>
|
>
|
||||||
<Flexbox
|
<Flexbox
|
||||||
children={List([
|
children={List([
|
||||||
|
|
|
@ -256,6 +256,7 @@ export class PaneSettings extends React.Component<Props, State, {}> {
|
||||||
round: 0,
|
round: 0,
|
||||||
})}`}
|
})}`}
|
||||||
/>
|
/>
|
||||||
|
<div className="fix"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Container>
|
</Container>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue