diff --git a/data/resources/style.css b/data/resources/style.css
index cc2847e7..ea4d7319 100644
--- a/data/resources/style.css
+++ b/data/resources/style.css
@@ -9,10 +9,6 @@ textview, text {
font-weight: bold;
}
-.line-height {
- line-height: 150%;
-}
-
button.pill.large {
padding: 12px 40px;
}
@@ -48,11 +44,6 @@ button.opaque.success {
color: @error_bg_color;
}
-preferencesgroup .body,
-.large-line-height {
- line-height: 140%;
-}
-
button.row {
min-height: 34px;
border-radius: 12px;
diff --git a/src/components/label_with_widgets.rs b/src/components/label_with_widgets.rs
index 3e643eb2..3d61d1c6 100644
--- a/src/components/label_with_widgets.rs
+++ b/src/components/label_with_widgets.rs
@@ -83,7 +83,6 @@ mod imp {
label.set_wrap_mode(pango::WrapMode::WordChar);
label.set_xalign(0.0);
label.set_valign(gtk::Align::Start);
- label.add_css_class("line-height");
}
fn dispose(&self) {
diff --git a/src/error_page.ui b/src/error_page.ui
index 57f85774..7f8ac47e 100644
--- a/src/error_page.ui
+++ b/src/error_page.ui
@@ -30,9 +30,6 @@
24