فهرست منبع

fix button layout

Yuki Takei 6 ماه پیش
والد
کامیت
ef380bc02e
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      apps/app/src/client/components/Admin/Common/AdminUpdateButtonRow.tsx

+ 2 - 1
apps/app/src/client/components/Admin/Common/AdminUpdateButtonRow.tsx

@@ -13,7 +13,8 @@ const AdminUpdateButtonRow = (props: Props): JSX.Element => {
 
   return (
     <div className="row my-3">
-      <div className="mx-auto">
+      <div className="col-md-3"></div>
+      <div className="col-md-9">
         <button
           // eslint-disable-next-line react/button-has-type
           type={props.type ?? 'button'}