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