Kaynağa Gözat

add responsive for col and text

kaoritokashiki 6 yıl önce
ebeveyn
işleme
1d403f122d

+ 2 - 2
src/client/js/components/Me/ApiSettings.jsx

@@ -43,8 +43,8 @@ class ApiSettings extends React.Component {
         </div>
         </div>
 
 
         <div className="row mb-3">
         <div className="row mb-3">
-          <label htmlFor="apiToken" className="col-3 text-right">{t('Current API Token')}</label>
-          <div className="col-6">
+          <label htmlFor="apiToken" className="col-md-3 text-md-right">{t('Current API Token')}</label>
+          <div className="col-md-6">
             {personalContainer.state.apiToken != null
             {personalContainer.state.apiToken != null
             ? (
             ? (
               <input
               <input