Fix source display on mobile devices

The raw/mobile/history buttons used to incorrectly overflow on mobile devices, obscuring the entire (!) source view.
This commit is contained in:
apkd
2016-05-22 16:21:05 +02:00
parent 59f063627c
commit c3b341d945

View File

@@ -1950,6 +1950,11 @@ div.container.blame-container{
div.input-group>span.fork { div.input-group>span.fork {
display: none; display: none;
} }
/* allow wrapping on raw/mobile/history buttons */
div.main-content>div.box-header>div.btn-group.pull-right
{
float: none !important;
}
} }
/****************************************************************************/ /****************************************************************************/