diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/testbubble/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index 83afe78f4..b7c20ab17 100644 --- a/view/theme/testbubble/style.css +++ b/view/theme/testbubble/style.css @@ -823,11 +823,12 @@ profile-jot-banner-wrapper { /* ======== */ .tabs { - width: 450px; + width: 500px; list-style: none; padding: 10px; margin: 0px 0px 10px 0px; border-bottom: 1px solid #efefef; + font-size: 0.9em; } .tabs li { display: inline;} |