Skip to content
Snippets Groups Projects
Commit f377b05c authored by Dima Rifai's avatar Dima Rifai
Browse files

ISsue #490 - Fix Flex Container

parent 2dd91a53
No related branches found
No related tags found
1 merge request!593Delrifai/#490 fix operations buttons
Pipeline #118196 canceled
...@@ -450,7 +450,7 @@ const OperationTypesDialog: React.FC<OperationTypesDialogProps> = ({ ...@@ -450,7 +450,7 @@ const OperationTypesDialog: React.FC<OperationTypesDialogProps> = ({
<DialogTitle className="flex pb-1"> <DialogTitle className="flex pb-1">
Operation Types Filters Operation Types Filters
</DialogTitle> </DialogTitle>
<div className="flex space-x-1"> <div className="flex space-x-1 flex-wrap mt-1 gap-y-1">
<Button <Button
type="button" type="button"
className="operations-button text-xs" className="operations-button text-xs"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment