diff --git a/src/containers/WaGroups/GroupCollections/GroupCollectionList.module.css b/src/containers/WaGroups/GroupCollections/GroupCollectionList.module.css index bbf36b25be..adceafea97 100644 --- a/src/containers/WaGroups/GroupCollections/GroupCollectionList.module.css +++ b/src/containers/WaGroups/GroupCollections/GroupCollectionList.module.css @@ -57,7 +57,7 @@ .Actions { width: 30%; min-width: 200px; - text-align: end; + text-align: start; } .ViewButton { @@ -77,4 +77,4 @@ .DialogText { text-align: center; -} +} \ No newline at end of file diff --git a/src/containers/WaGroups/WaPolls/WaPollsList/WaPollsList.module.css b/src/containers/WaGroups/WaPolls/WaPollsList/WaPollsList.module.css index be8204cbb0..80781d1815 100644 --- a/src/containers/WaGroups/WaPolls/WaPollsList/WaPollsList.module.css +++ b/src/containers/WaGroups/WaPolls/WaPollsList/WaPollsList.module.css @@ -9,7 +9,7 @@ .Actions { width: 30%; min-width: 200px; - text-align: end; + text-align: start; } .LabelText { @@ -23,4 +23,4 @@ .DialogText { text-align: center; -} +} \ No newline at end of file diff --git a/src/containers/WhatsAppForms/WhatsAppFormList/WhatsAppFormList.module.css b/src/containers/WhatsAppForms/WhatsAppFormList/WhatsAppFormList.module.css index d6cfcc3e93..9224621c41 100644 --- a/src/containers/WhatsAppForms/WhatsAppFormList/WhatsAppFormList.module.css +++ b/src/containers/WhatsAppForms/WhatsAppFormList/WhatsAppFormList.module.css @@ -8,7 +8,7 @@ min-height: 36px !important; } -.SearchBar > fieldset { +.SearchBar>fieldset { border: none !important; } @@ -24,7 +24,8 @@ .Actions { width: 15%; min-width: 200px; - text-align: end; + text-align: start; + padding-left: 25px !important; } .NameText { @@ -127,6 +128,7 @@ z-index: 20; min-width: 150px; } + .IconSize { font-size: 1.2rem !important; } @@ -151,4 +153,4 @@ .DialogText { text-align: center; -} +} \ No newline at end of file diff --git a/src/containers/WhatsAppForms/WhatsAppFormList/WhatsAppFormList.tsx b/src/containers/WhatsAppForms/WhatsAppFormList/WhatsAppFormList.tsx index 8acc509ebe..03df3d4821 100644 --- a/src/containers/WhatsAppForms/WhatsAppFormList/WhatsAppFormList.tsx +++ b/src/containers/WhatsAppForms/WhatsAppFormList/WhatsAppFormList.tsx @@ -15,7 +15,7 @@ import HighlightOffIcon from '@mui/icons-material/HighlightOff'; import styles from './WhatsAppFormList.module.css'; -const columnStyles = [styles.Name, styles.status, styles.Label, styles.Actions]; +const columnStyles = [styles.Name, styles.Status, styles.Label, styles.Actions]; const queries = { filterItemsQuery: LIST_WHATSAPP_FORMS,