mirror of https://github.com/zulip/zulip.git
css: Fix misaligned invite link.
Remove unnecessary `relative` positioning from the invite link.
This commit is contained in:
parent
db0ae85d97
commit
dceb49011a
|
@ -2288,11 +2288,6 @@ select.invite-as {
|
|||
display: none;
|
||||
}
|
||||
|
||||
#generate_multiuse_invite_button {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
#custom-invite-expiration-time {
|
||||
#custom-expiration-time-input {
|
||||
width: 5ch;
|
||||
|
|
Loading…
Reference in New Issue