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

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorKaterina Kuzmina <katerina.kuzmina@zabbix.com>2022-09-30 08:49:31 +0300
committerKaterina Kuzmina <katerina.kuzmina@zabbix.com>2022-09-30 10:25:32 +0300
commitc9997bfa5d7b320b53a59f9434ac4c6b3746b0eb (patch)
tree276d50f94b2183d66c7e3bab299d83794324fe3a /sass
parent1e56c1d222e13ded221e6929ac001d244297b2b8 (diff)
..F....... [ZBX-21682] removed unnecessary horizontal separator from Host interface
Merge in ZBX/zabbix from feature/ZBX-21682-6.0 to release/6.0 * commit 'd7481083947845e0abaea20774c4c29e1661dbb9': ..F....... [ZBX-21682] fixed changelog ..F....... [ZBX-21682] removed unnecessary horizontal separator from Host interface ..F....... [ZBX-21682] removed unnecessary horizontal separator from Host interface (cherry picked from commit 896f13ae0e68bfed7f18a75fc577740041b5279e) (cherry picked from commit b03a05801a94ba4bf169ef787acc0dea5f0053e0)
Diffstat (limited to 'sass')
-rw-r--r--sass/stylesheets/sass/screen.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/stylesheets/sass/screen.scss b/sass/stylesheets/sass/screen.scss
index 2171ddd84ad..b9908891d6f 100644
--- a/sass/stylesheets/sass/screen.scss
+++ b/sass/stylesheets/sass/screen.scss
@@ -6131,7 +6131,7 @@ button {
}
}
- &:not(.interface-container-header):not(:empty) ~ .interface-container:not(:empty) {
+ &:not(.interface-container-header):not(:empty) ~ .interface-container:not(:empty) :first-child {
.interface-cell:not(.interface-cell-details) {
padding-top: 10px;
margin-top: 5px;