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
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 /templates
parentf5d84031962d6bde26b2643852bf54763ed92e27 (diff)
Fixed width of input field on smaller screens
Signed-off-by: Patrik Kernstock <info@pkern.at>
Diffstat (limited to 'templates')
-rw-r--r--templates/settings-admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/settings-admin.php b/templates/settings-admin.php
index 9dd975b..efca313 100644
--- a/templates/settings-admin.php
+++ b/templates/settings-admin.php
@@ -74,7 +74,7 @@ style('serverinfo', 'style');
<?php p($l->t('You can connect an external monitoring tool by using this end point:')); ?>
</p>
<div>
- <input type="text" readonly="readonly" style="width: 415px;" id="monitoring-endpoint-url" value="<?php echo p($_['ocs']); ?>" />
+ <input type="text" readonly="readonly" id="monitoring-endpoint-url" value="<?php echo p($_['ocs']); ?>" />
<a class="clipboardButton icon icon-clippy" data-clipboard-target="#monitoring-endpoint-url"></a>
</div>
</div>