Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] action-bar.css 添加 white-space: "nowrap" #891

Open
felix9ia opened this issue Feb 14, 2025 · 0 comments
Open

[Feature Request] action-bar.css 添加 white-space: "nowrap" #891

felix9ia opened this issue Feb 14, 2025 · 0 comments

Comments

@felix9ia
Copy link

使用示例,包括组件或 Hooks

防止 Bar 内部文字因为 ActionBar.Button 为 Block 导致其他元素的文字被挤占换行,比如 #832 所提到的

解决方案

action-bar.css

@import "./variables";

.#{$component-prefix}action-bar {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: $action-bar-height;
  background: $action-bar-background;
 white-space: "nowrap";
}

你想为这个功能创建一个 PR 吗

None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant