This is an automated email from the ASF dual-hosted git repository.
dengliming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new beaba523 Optimize the selector search box layout of the plug page
(#440)
beaba523 is described below
commit beaba523d0309080705960b0d716aa89f2c9e2b1
Author: Kerwin Bryant <[email protected]>
AuthorDate: Fri Apr 5 19:26:21 2024 +0800
Optimize the selector search box layout of the plug page (#440)
---
src/routes/Plugin/Common/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/routes/Plugin/Common/index.js
b/src/routes/Plugin/Common/index.js
index 952fcc0b..bf665623 100644
--- a/src/routes/Plugin/Common/index.js
+++ b/src/routes/Plugin/Common/index.js
@@ -977,7 +977,7 @@ export default class Common extends Component {
<AuthButton perms={`plugin:${name}Selector:query`}>
<Search
className={styles.search}
- style={{ width: "130px" }}
+ style={{ minWidth: "130px" }}
placeholder={getIntlContent(
"SHENYU.PLUGIN.SEARCH.SELECTOR.NAME",
)}