Readd missing trailing whitespace
This commit is contained in:
parent
1f67e1683f
commit
b6cff3a329
|
|
@ -15,7 +15,6 @@
|
|||
*/
|
||||
|
||||
.settings-view {
|
||||
display: flex;
|
||||
flex: none;
|
||||
padding: 4px 0px;
|
||||
row-gap: 8px;
|
||||
|
|
@ -38,4 +37,4 @@
|
|||
.settings-view .setting input {
|
||||
margin-right: 5px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,4 +46,4 @@ export const SettingsView: React.FunctionComponent<{
|
|||
})}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -528,4 +528,4 @@ export const UIModeView: React.FC<{}> = ({
|
|||
}
|
||||
/>
|
||||
</div>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue