1
0
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:
vincent 2022-07-25 15:25:44 +02:00
parent 2dacb66011
commit 783e43f3a4
3 changed files with 16 additions and 7 deletions

View File

@ -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;

View File

@ -23,4 +23,8 @@
&-inner > .item {
height: 100%;
}
}
.ui-select-bootstrap .ui-select-choices-row > span {
white-space: normal;
}

View File

@ -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>