Military Conflict for Bug Report
Looks like the sidebar of the military conflict has some col-md-6 's that make for odd display...
CSS Fix
Added this to my world CSS to fix it ...
.template-militaryConflict .article-content-right .panel-default .col-md-6 {
width: 100% ;
}
Without Fix
Placed this in this article CSS so it displays as the default of col-md-6 for purpose of the bug report.
.template-militaryConflict .article-content-right .panel-default .col-md-6 {
width: 50%;
}
GitHub Ticket




Comments