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:
authorfnuesse <felix.nuesse@t-online.de>2018-09-30 22:17:53 +0300
committerfnuesse <felix.nuesse@t-online.de>2018-11-21 19:33:51 +0300
commit3306fce7bf8edef1e6978a31cb3263d80a4b9240 (patch)
tree34d16d746060ac4f9123dac18da0b01ea1aa8417 /css/app.css
parent0f634ef8204508c44d089afde7d5179490ede266 (diff)
Fix credential-editing layout
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/app.css b/css/app.css
index 97271afd..cd574b01 100644
--- a/css/app.css
+++ b/css/app.css
@@ -470,8 +470,8 @@
border-bottom-left-radius: 3px;
background-clip: padding-box; }
#app-content #app-content-wrapper .credential-table {
- width: 100%;
- margin-top: 44px; }
+ width: 100vh;
+ }
#app-content #app-content-wrapper .credential-table tr:hover {
background-color: whitesmoke; }
#app-content #app-content-wrapper .credential-table tr.selected {