From 29fb1ef5fd62fb4a9feace9c881d615bebad815d Mon Sep 17 00:00:00 2001 From: Allie Crevier Date: Mon, 30 Mar 2020 18:23:20 -0700 Subject: [PATCH] align export link left --- securedrop_client/gui/widgets.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/securedrop_client/gui/widgets.py b/securedrop_client/gui/widgets.py index a31189088f..0b53a4014e 100644 --- a/securedrop_client/gui/widgets.py +++ b/securedrop_client/gui/widgets.py @@ -2119,7 +2119,6 @@ class FileWidget(QWidget): } QPushButton#export_print { border: none; - padding: 0px 8px; font-family: 'Source Sans Pro'; font-weight: 500; font-size: 13px; @@ -2139,7 +2138,6 @@ class FileWidget(QWidget): color: #05a6fe; } QLabel#file_name { - padding-bottom: 2px; font-family: 'Source Sans Pro'; font-weight: 600; font-size: 13px;