Skip to content

Commit

Permalink
Readd missing trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
agg23 committed Dec 19, 2024
1 parent 1f67e16 commit b6cff3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/trace-viewer/src/ui/settingsView.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/

.settings-view {
display: flex;
flex: none;
padding: 4px 0px;
row-gap: 8px;
Expand All @@ -38,4 +37,4 @@
.settings-view .setting input {
margin-right: 5px;
flex-shrink: 0;
}
}
2 changes: 1 addition & 1 deletion packages/trace-viewer/src/ui/settingsView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ export const SettingsView: React.FunctionComponent<{
})}
</div>
);
};
};
2 changes: 1 addition & 1 deletion packages/trace-viewer/src/ui/uiModeView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -528,4 +528,4 @@ export const UIModeView: React.FC<{}> = ({
}
/>
</div>;
};
};

0 comments on commit b6cff3a

Please sign in to comment.