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-09-28 02:23:57 +0300
committerbrantje <brantje@gmail.com>2016-09-28 02:23:57 +0300
commit47f445587b6779fa59cd811b54e0cb5afedbd67e (patch)
treebf5186b0cdd44537877d5bce6b33fc1c18d1efc1 /sass
parent2eb46ed9d7a4b5be0906dfc1c0e19b042d46563a (diff)
Use border color
Diffstat (limited to 'sass')
-rw-r--r--sass/credentials.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/sass/credentials.scss b/sass/credentials.scss
index 08aa9072..20332df6 100644
--- a/sass/credentials.scss
+++ b/sass/credentials.scss
@@ -165,13 +165,14 @@
flex-direction: column;
width: 100%;
cursor: pointer;
- font-size: 1.75em;
+ font-size: 1.75em;
text-align: center;
.label{
padding-top: 0.5em;
padding-left: 1em;
padding-right: 1em;
line-height: 1.3em;
+ word-wrap: break-word;
}
.tags{
margin-bottom: 0.5em;