html - Bootstrap :before :after { content: " " } bug -



html - Bootstrap :before :after { content: " " } bug -

there problem bootstrap code. here cutting bootstrap source:

.modal-footer:after { display: table; content: " "; }

this kind of browser hack, problem adds 1px white line left of contents , right. line appears on chrome , caused content: " "; have suggestions how remove line, can't show html it's simple div, , problem described in bootstrap code.

is possible somehow create

content: " "

invisible? because empty line creates 1px white line.

html css twitter-bootstrap

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -