fixes
This commit is contained in:
parent
4222382012
commit
67dab63416
2 changed files with 2 additions and 2 deletions
|
@ -383,7 +383,7 @@ const CommentActionButtons = (actionButtonsProps: ActionButtonsProps) => {
|
|||
<Button button="alt" icon={ICONS.REFRESH} title={__('Refresh')} onClick={() => setPage(0)} />
|
||||
</div>
|
||||
{allServers.length >= 2 && (
|
||||
<div className="button_selectedServer">
|
||||
<div className="button__selected-server">
|
||||
<FormField
|
||||
type="select-tiny"
|
||||
onChange={function (x) {
|
||||
|
|
|
@ -659,7 +659,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.button_selectedServer {
|
||||
.button__selected-server {
|
||||
display: inline;
|
||||
float: right;
|
||||
select {
|
||||
|
|
Loading…
Reference in a new issue