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:
NerdyLucifer
2022-01-12 08:46:20 +05:30
committed by Tim Abbott
parent 05ff904378
commit 666fe465dd

View File

@@ -160,7 +160,7 @@ button {
}
.poll-question-header {
display: inline-block;
display: inline;
}
.current-user-vote {