Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-10-03 12:47:06 +0300
committerbrantje <brantje@gmail.com>2016-10-03 12:47:06 +0300
commit9433c4571f6821fb345b54d3c0698a3d7354b122 (patch)
treeb04c56d8a2cd0f51601a7452e08c2f4d324078fd /sass
parent8ba647a000a77d78d6715e577707ecc57ee77b4e (diff)
Add vertical align
Diffstat (limited to 'sass')
-rw-r--r--sass/public-page.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/sass/public-page.scss b/sass/public-page.scss
index fc17ce7c..0caf1fda 100644
--- a/sass/public-page.scss
+++ b/sass/public-page.scss
@@ -52,6 +52,7 @@ table{
}
td{
padding-bottom: 1em;
+ vertical-align: top;
}
}