mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
Fix user porfil bio's link display
This commit is contained in:
parent
2dacb66011
commit
783e43f3a4
@ -673,13 +673,18 @@ body.container {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bio-title {
|
||||
display: inherit;
|
||||
text-align: center;
|
||||
height: 50px;
|
||||
.profile-bio {
|
||||
.bio-title {
|
||||
display: inherit;
|
||||
height: 50px;
|
||||
}
|
||||
a {
|
||||
color: var(--gray-soft-lightest) !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.calendar-filter {
|
||||
h3 {
|
||||
line-height: 2.1rem !important;
|
||||
|
@ -23,4 +23,8 @@
|
||||
&-inner > .item {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.ui-select-bootstrap .ui-select-choices-row > span {
|
||||
white-space: normal;
|
||||
}
|
@ -48,11 +48,11 @@
|
||||
|
||||
|
||||
<div class="wrapper">
|
||||
<section class="widget panel no-border bg-black-light text-white lt">
|
||||
<section class="profile-bio widget panel no-border bg-black-light text-white lt">
|
||||
<div class="panel-body">
|
||||
<div class="wrapper m-t-xl m-b">
|
||||
<div class="row m-b">
|
||||
<div class="col-xs-5 text-right">
|
||||
<div class="col-xs-5">
|
||||
<span class="font-bold bio-title" translate>{{ 'app.shared.public_profile.interests' }}</span>
|
||||
<div class="m-b m-t-sm" ng-bind-html="user.profile_attributes.interest"></div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user