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
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 /css/app.css
parent2eb46ed9d7a4b5be0906dfc1c0e19b042d46563a (diff)
Use border color
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/app.css b/css/app.css
index 952ee74b..0b584fed 100644
--- a/css/app.css
+++ b/css/app.css
@@ -291,7 +291,8 @@
padding-top: 0.5em;
padding-left: 1em;
padding-right: 1em;
- line-height: 1.3em; }
+ line-height: 1.3em;
+ word-wrap: break-word; }
#app-content #app-content-wrapper .grid-view .credential .credential_content .tags {
margin-bottom: 0.5em; }
#app-content #app-content-wrapper .grid-view .credential .credential_content .tags .tag {