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;
|
||||
}
|
||||
|
||||
/* .theme-default .float-l {
|
||||
display: inline-block;
|
||||
margin: auto 1rem auto auto;
|
||||
} */
|
||||
|
||||
.theme-default .float-r {
|
||||
display: inline-block;
|
||||
margin: auto auto 1rem 1rem;
|
||||
|
|
|
@ -62,7 +62,7 @@ export class Tabs extends React.Component<Props, State, {}> {
|
|||
onClick={() => {
|
||||
this.setTab(this.props.targetControl, option);
|
||||
}}
|
||||
className="float-l"
|
||||
className="float-l margin-r-m"
|
||||
>
|
||||
<Flexbox
|
||||
children={List([
|
||||
|
|
|
@ -212,7 +212,7 @@ export class PaneSettings extends React.Component<Props, State, {}> {
|
|||
|
||||
<div className="hr"></div>
|
||||
|
||||
<Rows rows={errRows}/>
|
||||
<Rows rows={errRows} />
|
||||
</Container>
|
||||
) : null;
|
||||
|
||||
|
@ -256,6 +256,7 @@ export class PaneSettings extends React.Component<Props, State, {}> {
|
|||
round: 0,
|
||||
})}`}
|
||||
/>
|
||||
<div className="fix"></div>
|
||||
</div>
|
||||
</div>
|
||||
</Container>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue