soumaeda 2 лет назад
Родитель
Сommit
cfb6623f27

+ 1 - 1
apps/app/src/components/Admin/Notification/ManageGlobalNotification.tsx

@@ -143,7 +143,7 @@ const ManageGlobalNotification = (props: Props): JSX.Element => {
           </div>
           </div>
 
 
           <h3>{t('notification_settings.notify_to')}</h3>
           <h3>{t('notification_settings.notify_to')}</h3>
-          <div className="form-group form-inline">
+          <div className="form-group">
             <div className="form-check">
             <div className="form-check">
               <input
               <input
                 className="form-check-input"
                 className="form-check-input"

+ 1 - 1
apps/app/src/components/Admin/Notification/UserTriggerNotification.jsx

@@ -115,7 +115,7 @@ class UserTriggerNotification extends React.Component {
                     <span className="input-group-text"><i className="fa fa-hashtag" /></span>
                     <span className="input-group-text"><i className="fa fa-hashtag" /></span>
                   </div>
                   </div>
                   <input
                   <input
-                    className="form-control form-inline"
+                    className="form-control"
                     type="text"
                     type="text"
                     name="channel"
                     name="channel"
                     value={this.state.channel}
                     value={this.state.channel}