Skip to content

Commit

Permalink
Fix Cut Off Label on Welcome Page (eclipse-platform#1025)
Browse files Browse the repository at this point in the history
This is the second attempt as the initial fix needed to be reverted.

Fixes: eclipse-platform/eclipse.platform.ui#1210
  • Loading branch information
BeckerWdf authored Dec 17, 2023
1 parent d66a2b4 commit fc48784
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,9 @@ a .link-extra-div, #page-links a .background-image {
#action-links a#workbench {
position : absolute;
right : 20px;
top : 5px;
top : 0px;
width : auto;
text-align:center;
margin-bottom : 0px;
}

#page-links a#workbench .content-img,
Expand All @@ -224,7 +223,6 @@ a .link-extra-div, #page-links a .background-image {
color: white;
width:32px;
height:auto;
margin:5px auto 0;
}
#page-links a#workbench img,
#action-links a#workbench img {
Expand Down

0 comments on commit fc48784

Please sign in to comment.