diff options
Diffstat (limited to 'style/postman.css')
-rw-r--r-- | style/postman.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/style/postman.css b/style/postman.css index 2366e10..7e314a4 100644 --- a/style/postman.css +++ b/style/postman.css @@ -19,6 +19,7 @@ #postman-main-menu.welcome-panel { padding: 0px 10px 5px; + overflow: hidden; } #postman-main-menu.advanced_config { @@ -93,7 +94,8 @@ dt em { p#back_to_main_menu { text-align: right; - margin-top: 10px + margin-top: 10px; + padding-right: 10px; } .welcome-panel-column welcome-panel-last { |