Merge branch 'profile-info-panel-overflow' into 'develop'
ProfileInfoPanel CSS fixes See merge request soapbox-pub/soapbox-fe!840
This commit is contained in:
commit
41c0d36074
1 changed files with 4 additions and 1 deletions
|
@ -28,6 +28,7 @@
|
|||
color: var(--primary-text-color--faint);
|
||||
align-items: center;
|
||||
line-height: normal;
|
||||
margin-top: 15px;
|
||||
|
||||
.svg-icon {
|
||||
width: 22px;
|
||||
|
@ -84,9 +85,11 @@
|
|||
display: block;
|
||||
flex: 1 1;
|
||||
color: var(--primary-text-color);
|
||||
margin: 15px 0;
|
||||
margin-top: 15px;
|
||||
font-size: 15px;
|
||||
line-height: 1.25;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
a {
|
||||
color: var(--highlight-text-color);
|
||||
|
|
Loading…
Reference in a new issue