mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
tooltip: Show only empty topic allowed tooltip on the topic text.
This commit shows "Only general chat allowed in this channel" tooltip close to the topic text instead of in the center of topic input by updating the topic input box "max-width" to "fit-content".
This commit is contained in:
parent
8d71793756
commit
4e93607fde
@ -1198,6 +1198,7 @@ textarea.new_message_textarea {
|
||||
&.disabled {
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
max-width: fit-content;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user