Merge pull request #5489 from claudiosmweb/fix-welcome-screen-css
Fix the admin welcome screen CSS
This commit is contained in:
commit
4c2c02b9d4
|
@ -150,7 +150,7 @@ class WC_Admin_Welcome {
|
|||
}
|
||||
.about-wrap .feature-rest div.last-feature {
|
||||
padding-<?php echo get_bloginfo( 'text_direction' ) === 'rtl' ? 'right' : 'left'; ?>: 100px;
|
||||
padding-<?php echo get_bloginfo( 'text_direction' ) === 'rtl' ? 'left: ' : 'right'; ?>: 0;
|
||||
padding-<?php echo get_bloginfo( 'text_direction' ) === 'rtl' ? 'left' : 'right'; ?>: 0;
|
||||
}
|
||||
.about-wrap div.icon {
|
||||
width: 0 !important;
|
||||
|
|
Loading…
Reference in New Issue