Gh 3882 - Fixes layout for ConfirmAddUserForNotification (#3887)
* retrieve all team members for specific lists * retrieve all team members for specific lists * final fixes * update to use enum * unit test fixes * lint fixes * fix integration test * fixup integration test * fix issues with making board private * update to make webapp and server enums match * fix to add member in correct role * remove unnecessary property, check Open/Private board * cleanup confirm for non admin * some final cleanup * move default to webapp * only allow greater roles in drop down, change property name to minimumRole * update z-index label, incorrect one used * revert margin change Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
parent
8f4951dd4a
commit
61952f23ad
1 changed files with 2 additions and 2 deletions
|
@ -14,14 +14,14 @@
|
|||
.permissions-title {
|
||||
width: 250px;
|
||||
position: relative;
|
||||
top: -10px;
|
||||
top: -3px;
|
||||
left: 6px;
|
||||
height: 0;
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
|
||||
label {
|
||||
@include z-index(modal-permission-label);
|
||||
@include z-index(modal-permissions-label);
|
||||
position: absolute;
|
||||
padding: 0 5px;
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in a new issue