我有一个块引用显示为内联元素。我的文字在第一行有缩进,我无法删除它。如您所见,我已尝试使用margin:0
padding:0
text-indent:0
blockquote {
display:inline;
background-color:#000;
color:#fff;
}
blockquote::first-line {
margin:0 !important;
padding:0 !important;
text-indent:0 !important;
}
<blockquote>Some text Some text Some text Some text<br>some othersome other some other some other some other</blockquote>