Fix inline buttons responsiveness

This commit is contained in:
Alexandre Aubin 2019-09-10 16:16:05 +02:00
parent 99e87a0b6e
commit bc335f6617

View file

@ -810,3 +810,19 @@ input[type='radio'].nice-radio {
margin: 1%;
}
}
/* Inline button in panel headers or in list group items */
.list-group-item > .btn.pull-right {
line-height: 1em;
margin-top: -2px;
}
@media screen and (max-width: @screen-xs-min) {
.btn.pull-right, .btn-toolbar.pull-right, .btn-toolbar.pull-right > .btn {
margin: 0;
margin-top: 5px;
display: block;
float: none !important;
}
}