Просмотр исходного кода

edited at ildc provide name part

ryuichi-e 6 лет назад
Родитель
Сommit
653cbe14cd
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/client/js/components/Admin/Security/OidcSecuritySetting.jsx

+ 3 - 3
src/client/js/components/Admin/Security/OidcSecuritySetting.jsx

@@ -109,9 +109,9 @@ class OidcSecurityManagement extends React.Component {
 
             <h3 className="border-bottom">{t('security_setting.configuration')}</h3>
 
-            <div className="row mb-5">
-              <label htmlFor="oidcProviderName" className="col-3 text-right py-2">{t('security_setting.providerName')}</label>
-              <div className="col-6">
+            <div className="row mb-5 form-group">
+              <label htmlFor="oidcProviderName" className="text-left text-md-right col-md-3 col-form-label">{t('security_setting.providerName')}</label>
+              <div className="col-md-6">
                 <input
                   className="form-control"
                   type="text"