diff --git a/src/pages/master/MasterPage.jsx b/src/pages/master/MasterPage.jsx
index 72710679..564fc036 100644
--- a/src/pages/master/MasterPage.jsx
+++ b/src/pages/master/MasterPage.jsx
@@ -122,14 +122,17 @@ const MasterPage = () => {
onChange={(e) => dispatch(changeMaster(e.target.value))}
name="DataTables_Table_0_length"
aria-controls="DataTables_Table_0"
- className="form-select form-select-sm"
+ className="form-select py-1 px-2"
+ style={{ fontSize: "0.875rem", height: "32px", width: "150px" }}
value={selectedMaster}
>
- {isLoading && ()}
- {(!isLoading && data) && data?.map((item) => (
-
-
- ))}
+ {isLoading && }
+ {!isLoading &&
+ data?.map((item) => (
+
+ ))}