|
|
@@ -109,9 +109,9 @@ class SamlSecurityManagement extends React.Component {
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div className="row mb-5">
|
|
|
- <label className="col-3 text-right py-2">{t('security_setting.callback_URL')}</label>
|
|
|
- <div className="col-6">
|
|
|
+ <div className="row form-group mb-5">
|
|
|
+ <label className="text-left text-md-right col-md-3 col-form-label">{t('security_setting.callback_URL')}</label>
|
|
|
+ <div className="col-md-6">
|
|
|
<input
|
|
|
className="form-control"
|
|
|
type="text"
|