Browse Source

UI-3209: Fix incorrect value for custom data attribute `feature` (#92)

4.3
Joris Tirado 7 years ago
committed by GitHub
parent
commit
5bca36689f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      submodules/users/users.scss

+ 1
- 1
submodules/users/users.scss View File

@ -788,7 +788,7 @@
}
}
&[data-feature="forward"] {
&[data-feature="call_forward"] {
width: 600px;
.btn-group {


Loading…
Cancel
Save