Browse Source

add text-nowrap for a update button

kaoritokashiki 6 years ago
parent
commit
8cd90ad17d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/client/js/components/Me/ApiSettings.jsx

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

@@ -79,7 +79,7 @@ class ApiSettings extends React.Component {
           <div className="offset-4 col-5">
             <button
               type="button"
-              className="btn btn-primary"
+              className="btn btn-primary text-nowrap"
               onClick={this.onClickSubmit}
             >
               {t('Update API Token')}