mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-06 08:08:10 +08:00
fix(message-list): Roll back min width hiding reply buttons, etc. Just allow individual body iframes to scroll horizontally when necessary
This commit is contained in:
parent
b04f496a02
commit
be697e42c7
2 changed files with 0 additions and 2 deletions
|
@ -53,7 +53,6 @@
|
|||
}
|
||||
.scroll-region-content-inner {
|
||||
transform:translate3d(0,0,0);
|
||||
min-width: 700px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
font-family: "Nylas-FaktPro", "Helvetica", "Lucidia Grande", sans-serif;
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
|
||||
color: @text-color;
|
||||
background-color: transparent !important;
|
||||
border: 0;
|
||||
|
|
Loading…
Reference in a new issue