Skip to content

Commit

Permalink
Implement Content Fusion specific CSS fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jung committed Oct 10, 2024
1 parent 5fd078f commit e38a3f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frameworks/termentry/css/termentry.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@
margin-bottom: 2px;
padding-bottom: 3px;
padding-left: 5px;
height: 15px !important; /* This is to fix the appearance of the block in Content Fusion. */
/*height: 15px !important; /\* This is to fix the appearance of the block in Content Fusion. *\/*/
line-height: 15px;
padding-top: 2px; /* This is to create a gap between the flag icon and the border. */
}

Expand Down

0 comments on commit e38a3f1

Please sign in to comment.