@@ -117,7 +117,7 @@ const GrowiSubNavigation = (props) => {
<div className="grw-path-nav-container">
{ pageContainer.isAbleToShowTagLabel && !isCompactMode && !isTagLabelHidden && (
- <div className="mb-2">
+ <div className="grw-taglabels-container">
<TagLabels editorMode={editorMode} />
</div>
) }
@@ -122,6 +122,14 @@ body.on-edit {
/*********************
* Navigation styles
*/
+ h1 {
+ font-size: 16px;
+ }
+
+ .grw-taglabels-container {
+ margin-bottom: 0;
// ellipsis .grw-page-path-hierarchical-link
.grw-subnav-left-side {
overflow: hidden;
@@ -27,6 +27,10 @@
line-height: 1.4em;
}
+ margin-bottom: 0.5rem;
.grw-page-path-nav {
.separator {
margin-right: 0.2em;