@@ -852,7 +852,7 @@ table.products-collection-table tr.disabled { | |||
} | |||
/* line 295, ../../sass/backend/custom.scss */ | |||
#dashboard .table-condensed .btn { | |||
#dashboard .table-condensed .btn, #dashboard .table-condensed .btn-sm { | |||
white-space: nowrap; | |||
} | |||
@@ -292,7 +292,7 @@ table.products-collection-table tr.disabled{opacity: 0.5} | |||
#dashboard #range_date_interval {margin-bottom: 20px;} | |||
#dashboard #range_date_interval label{float: left; margin-right: 20px;} | |||
#dashboard #range_date_interval .form-check{float: left; margin-right: 10px;} | |||
#dashboard .table-condensed .btn{white-space: nowrap;} | |||
#dashboard .table-condensed .btn, #dashboard .table-condensed .btn-sm{white-space: nowrap;} | |||
/* Tickets */ |