Browse Source

Fixed validation error message position in Customize Call Recording (#344)

4.3
ramandeepromana 5 years ago
committed by GitHub
parent
commit
c976569864
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      submodules/groups/groups.css

+ 2
- 2
submodules/groups/groups.css View File

@ -477,8 +477,8 @@
text-align: right;
}
.monster-feature-popup-container[data-feature="call_recording"] form label.monster-invalid {
top: 30px;
left: 150px;
margin-left: 150px;
margin-top: -15px;
}
.monster-feature-popup-container[data-feature="call_recording"] form input.monster-invalid {


Loading…
Cancel
Save