mirror of
https://github.com/grafana/grafana.git
synced 2026-08-14 07:04:57 -05:00
getting tables to behave on mobile
This commit is contained in:
@@ -44,7 +44,6 @@ img {
|
||||
text-decoration:none;
|
||||
-ms-interpolation-mode: bicubic;
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
float: left;
|
||||
clear: both;
|
||||
display: block;
|
||||
@@ -583,8 +582,7 @@ body.outlook p {
|
||||
@media only screen and (max-width: 600px) {
|
||||
|
||||
table[class="body"] img {
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
|
||||
}
|
||||
|
||||
table[class="body"] center {
|
||||
|
||||
@@ -102,6 +102,10 @@ margin-bottom: 25px;
|
||||
table[class="body"] .left-text-pad {
|
||||
padding-right: 10px !important;
|
||||
}
|
||||
|
||||
.logo {
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
table.better-button {
|
||||
|
||||
Reference in New Issue
Block a user