Remove 0px

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-07-13 09:33:45 +02:00
parent 069180b16d
commit 43cf7bc611
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 5 additions and 5 deletions

View File

@ -83,7 +83,7 @@ limitations under the License.
}
.mx_ReplyTile.mx_ReplyTile_info {
padding-top: 0px;
padding-top: 0;
}
.mx_ReplyTile .mx_SenderProfile {
@ -92,10 +92,10 @@ limitations under the License.
display: inline-block; /* anti-zalgo, with overflow hidden */
overflow: hidden;
cursor: pointer;
padding-left: 0px; /* left gutter */
padding-bottom: 0px;
padding-top: 0px;
margin: 0px;
padding-left: 0; /* left gutter */
padding-bottom: 0;
padding-top: 0;
margin: 0;
line-height: 17px;
/* the next three lines, along with overflow hidden, truncate long display names */
white-space: nowrap;