[12486] Top tab dropdown indicator moved closer to the bottom of edge (#12658)

This commit is contained in:
Kasia Kucharczyk 2021-01-23 08:48:38 +01:00 committed by GitHub
parent ede879022c
commit dc740ecc1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -126,8 +126,8 @@
}
& > .empty-droptarget:first-child {
height: 16px;
top: -8px;
height: 14px;
top: -2px;
z-index: @z-index-above-dashboard-charts;
}