mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
poll_widget: Fix the position of poll title editing button.
Places poll editing button in the same line of poll title by changing display property of poll title from inline-block to inline. Fixes #20753.
This commit is contained in:
@@ -160,7 +160,7 @@ button {
|
||||
}
|
||||
|
||||
.poll-question-header {
|
||||
display: inline-block;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.current-user-vote {
|
||||
|
||||
Reference in New Issue
Block a user