Skip to content
Snippets Groups Projects
Commit 1702dc94 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

fix css

parent ec41b17e
No related branches found
No related tags found
No related merge requests found
...@@ -151,7 +151,9 @@ ...@@ -151,7 +151,9 @@
<div class="resourceInfo"> <div class="resourceInfo">
<ng-container *ngIf="!loading; else elseInfoRes"> <ng-container *ngIf="!loading; else elseInfoRes">
<div class="title"> <div class="title">
{{this.currentResourceInformations.subject}} <span style="white-space: nowrap;">
{{this.currentResourceInformations.subject}}
</span>
<div class="title-divider"></div> <div class="title-divider"></div>
</div> </div>
<div class="content"> <div class="content">
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment