我尝试使用bootstrap v5. 2显示希伯来语的浮动标签。问题是当我将方向更改为rtl时,当单击输入框时,标签会向中间滑动。
我的代码:
<div class="form-floating mb-3" dir="rtl">
<input class="form-control" id="title" placeholder="כותרת"></input>
<label for="title">כותרת</label>
</div>
You can see that the text moves to the center and does not stay adjacent to the right
我试图改变方向回到ltr只在标签,它的工作,但它不好看希伯来语(坚持左侧的方块).
1条答案
按热度按时间taor4pac1#
添加一个自定义类并使用以下css代码: