Skip to content

Commit

Permalink
Item15215: menu buttons too close to each other
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Sep 4, 2023
1 parent 2f00650 commit ac32ec7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NatEditPlugin/lib/Foswiki/Plugins/NatEditPlugin.pm
Expand Up @@ -30,8 +30,8 @@ BEGIN {
}
}

our $VERSION = '9.64';
our $RELEASE = '24 Aug 2023';
our $VERSION = '9.65';
our $RELEASE = '04 Sep 2023';
our $NO_PREFS_IN_TOPIC = 1;
our $SHORTDESCRIPTION = 'A Wikiwyg Editor';
our $baseWeb;
Expand Down
Expand Up @@ -30,11 +30,12 @@
margin:5px 0 0;
}

.ui-button.ui-natedit-menu-button,
.ui-natedit-menu-button,
.ui-natedit-button,
.ui-natedit-buttons {
margin-right:10px;
margin-bottom:10px;
margin-right:0.7em;
margin-bottom:0.7em;
float:left;
}

Expand Down

0 comments on commit ac32ec7

Please sign in to comment.