From 6b50e6e0387f4ef59f784450f80d46bed367d1b5 Mon Sep 17 00:00:00 2001 From: frankknoll Date: Sun, 15 Oct 2023 17:52:26 +0200 Subject: [PATCH] styling download button --- docs/SymptomsCausedByVaccines/index.html | 4 ++-- docs/gentelella/build/css/custom.css | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/SymptomsCausedByVaccines/index.html b/docs/SymptomsCausedByVaccines/index.html index 567603a8e86..cd775a3aa53 100644 --- a/docs/SymptomsCausedByVaccines/index.html +++ b/docs/SymptomsCausedByVaccines/index.html @@ -17697,7 +17697,7 @@ - + @@ -17820,7 +17820,7 @@ - + diff --git a/docs/gentelella/build/css/custom.css b/docs/gentelella/build/css/custom.css index fcaf1623d1f..6b89cd06b3a 100644 --- a/docs/gentelella/build/css/custom.css +++ b/docs/gentelella/build/css/custom.css @@ -4930,4 +4930,8 @@ table.dataTable.display tbody tr.prrTooHigh { .select2 { max-width: 100%; +} + +.downloadButton { + margin-top: 10px; } \ No newline at end of file