Skip to content

Commit

Permalink
fixes-for-customer-name-twice-desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
priti2jcommerce committed Apr 4, 2019
1 parent d7ac52b commit 7ee12b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
data-toggle="dropdown"
data-trigger-keypress-button="true"
data-bind="scope: 'customer'">
<span data-bind="text: customer().fullname"></span>
<button type="button"
class="action switch"
tabindex="-1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@
font-size: @font-size__base;
margin: 0 0 0 15px;

&.customer-welcome{
margin: 0 0 0 5px;
}

> a {
.lib-link(
@_link-color: @header-panel__text-color,
Expand Down

3 comments on commit 7ee12b0

@Seb33300
Copy link

Choose a reason for hiding this comment

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

WTF???

image

@bradleybrecher
Copy link
Contributor

Choose a reason for hiding this comment

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

@Seb33300 I am seeing the same issue

@makzef
Copy link

@makzef makzef commented on 7ee12b0 Nov 10, 2020

Choose a reason for hiding this comment

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

WTF???

image

Hi, I have the same problem on magento 2.3.5, can you please help? How can I fix this?

Please sign in to comment.