Readd missing trailing whitespace

This commit is contained in:
Adam Gastineau 2024-12-19 11:08:25 -08:00
parent 1f67e1683f
commit b6cff3a329
3 changed files with 3 additions and 4 deletions

View file

@ -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;
} }

View file

@ -46,4 +46,4 @@ export const SettingsView: React.FunctionComponent<{
})} })}
</div> </div>
); );
}; };

View file

@ -528,4 +528,4 @@ export const UIModeView: React.FC<{}> = ({
} }
/> />
</div>; </div>;
}; };