Skip to content

Commit

Permalink
.gca_long_tabs messing up the padding #332
Browse files Browse the repository at this point in the history
Tested on Chrome & Firefox and multiple different languages, hopefully it will not cause mess somewhere...
  • Loading branch information
FrutyX authored Sep 28, 2022
1 parent bc1ae44 commit 2b08c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/core/resources/style_gca.css
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@

/* Style fixes*/
/* Fix tall (double line) tabs */
.gca_long_tabs .awesome-tabs {width: auto !important;}
.gca_long_tabs .awesome-tabs {width: auto !important;padding: 2px 19px!important;min-width: 50px;}
.gca_long_tabs .awesome-tabs .navBG {width: 100%; padding-right: 10px;}


Expand Down

1 comment on commit 2b08c5a

@FrutyX
Copy link
Collaborator Author

@FrutyX FrutyX commented on 2b08c5a Sep 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It had a nasty side effect...

Before:
side

Please sign in to comment.