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

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorPatrik Kernstock <info@pkern.at>2018-07-19 17:16:54 +0300
committerPatrik Kernstock <info@pkern.at>2018-07-19 17:16:54 +0300
commitd6bd35df24e42a95648f3992365edec500d71fff (patch)
tree2842d303b1ed210377d23be11c1afa5a3da4c184 /css
parentf5d84031962d6bde26b2643852bf54763ed92e27 (diff)
Fixed width of input field on smaller screens
Signed-off-by: Patrik Kernstock <info@pkern.at>
Diffstat (limited to 'css')
-rw-r--r--css/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 85bde66..b2aaefc 100644
--- a/css/style.css
+++ b/css/style.css
@@ -13,3 +13,8 @@
#ocsEndPoint {
margin-bottom: 10px;
}
+
+#monitoring-endpoint-url {
+ width: 80%;
+ max-width: 415px;
+} \ No newline at end of file