Merge pull request #2277 from cmgustavo/ux/header-mobile
Fixes header for long email addresses
This commit is contained in:
commit
c416a5cb02
2 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@
|
|||
background-color: #213140;
|
||||
width: 100%;
|
||||
line-height: 110%;
|
||||
padding: 0 0.45rem;
|
||||
padding-left: 0.45rem;
|
||||
}
|
||||
|
||||
header .photo-container {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<div class="photo-container left">
|
||||
<img gravatar-src="'{{$root.iden.getName()}}'" gravatar-size="35">
|
||||
</div>
|
||||
<div class="left m5t">
|
||||
<div class="col2 m5t">
|
||||
<div class="text-white ellipsis">{{$root.iden.getName()}}</div>
|
||||
<div class="text-gray size-10"> {{'View My Profile' | translate }} </div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue