Merge pull request #989 from duckduckgo/zaahir/bpm-css-update
Improve Table CSS for mobile displaysmaster
commit
805ee758b1
|
@ -1,4 +1,10 @@
|
|||
@media (max-width: 600px) {
|
||||
@media (max-width: 300px) {
|
||||
.bpmto_ms table td {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 400px) {
|
||||
.bpmto_ms table {
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
|
@ -7,12 +13,6 @@
|
|||
.bpmto_ms table td {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.bpmto_ms .record td.record__cell__key {
|
||||
width: 100px;
|
||||
border-top: solid 1px #DDD;
|
||||
border-bottom: solid 1px #DDD;
|
||||
}
|
||||
}
|
||||
|
||||
.bpmto_ms .maintable td {
|
||||
|
@ -42,4 +42,4 @@
|
|||
.bpmto_ms .record .record__cell__key {
|
||||
text-transform: capitalize;
|
||||
width: 150px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue