mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
14 lines
293 B
CSS
14 lines
293 B
CSS
.device-list-details-content table {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.device-list-details-content .device-list-product,
|
|
.device-list-details-content .device-list-carrier {
|
|
white-space: normal;
|
|
}
|
|
|
|
.device-list-details-content .progress {
|
|
margin-bottom: 0 !important;
|
|
height: 17px !important;
|
|
}
|