Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@
max-width: 100vw;
}

.monitoring-wrapper {
display: -webkit-flex;
display: flex;
position: left;
max-width: 50%;
min-width: 50%;
}

.monitoring-wrapper > input {
flex: 1 0 auto;
width: calc(100% - 28px);
}

.monitoring-wrapper + .settings-hint {
Expand Down Expand Up @@ -189,7 +181,6 @@
min-width: 100%;
}

/*
@media only screen and (max-width: 1200px) {
.col-xl-6 {
flex-basis: 50%;
Expand Down Expand Up @@ -225,4 +216,3 @@
min-width: 100%;
}
}
*/
2 changes: 1 addition & 1 deletion templates/settings-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ class="barchart"
<!-- EXTERNAL MONITORING-->
<div class="section monitoring">
<div class="row">
<div class="col col-m-12">
<div class="col col-6 col-m-12">
<!-- OCS ENDPOINT -->
<h2><?php p($l->t('External monitoring tool')); ?></h2>
<p>
Expand Down