better subscribe button display for accounts
This commit is contained in:
parent
2522fea71b
commit
490109c766
2 changed files with 6 additions and 1 deletions
|
@ -89,6 +89,10 @@ my-user-moderation-dropdown,
|
|||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.right-buttons {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,7 +21,8 @@
|
|||
height: 35px;
|
||||
|
||||
& > button:first-child {
|
||||
width: 175px;
|
||||
width: max-content;
|
||||
min-width: 175px;
|
||||
}
|
||||
|
||||
button .extra-text {
|
||||
|
|
Loading…
Reference in a new issue