使用 word-wrap: pre? 更改元素上的制表符大小
我有一个类似于标签的元素(因为它有 word-wrap: pre;)来在网站上显示代码。 唯一的问题是选项卡尺寸太大,导致元素经常水平滚动,因为它的宽度是固定的。
是否可以更改选项卡大小?
I have an element that is similar to a tag (because it has word-wrap: pre;) to display code on a website. The only problem is that the tab size is too large and causes the element to horizontally scroll often because it is of fixed width.
Is it possible to change the tab size?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以用空格替换制表符。 然后您可以精确控制缩进的大小。
You could replace tabs with spaces. Then you could control exactly the size of the indents.
我们需要更清楚地了解您的问题,但是您是否正在寻找
text-indent
css 属性? 您可以设置缩进量,例如:We need some more clarity into your question, but are you perchance looking for the
text-indent
css property? You can set the indentation amount, e.g.: