We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Microsoft Edge v131.0.2903.51 (x64) Bootstrap v5.3.3
<form class="row g-1"> <div class="col-12"> <div class="hstack gap-3"> <label for="phone1" class="form-label">手机</label> <input type="text" class="form-control" id="phone1" value="1234567890" /> </div> </div> <div class="col-12"> <div class="hstack gap-1"> <label for="phone2" class="form-label">iPhone</label> <input type="text" class="form-control" id="phone2" value="1234567890" /> </div> </div> </form>
Windows
Microsoft Edge
5.3.3
The text was updated successfully, but these errors were encountered:
Hey @fangjunai In this case, you could add a .text-nowrap to the label containing "手机":
.text-nowrap
<div class="hstack gap-3"> <label for="phone1" class="form-label text-nowrap">手机</label> <input type="text" class="form-control" id="phone1" value="1234567890" /> </div>
See https://codepen.io/julien-deramond/pen/BaXgxLB
Sorry, something went wrong.
Thank you.
No branches or pull requests
Microsoft Edge v131.0.2903.51 (x64)
Bootstrap v5.3.3
Reduced test cases
What operating system(s) are you seeing the problem on?
Windows
What browser(s) are you seeing the problem on?
Microsoft Edge
What version of Bootstrap are you using?
5.3.3
The text was updated successfully, but these errors were encountered: