Skip to content
Snippets Groups Projects
Commit 0b5d987c authored by Sebastian Wittek's avatar Sebastian Wittek
Browse files

make fontsize greater with a another attribut

parent f0a8c393
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
</button> </button>
</div> </div>
<div fxLayout="row"> <div fxLayout="row">
<div class="body" (click)="openPresentDialog(comment.body)"><h2>{{comment.body}}</h2></div> <div class="body" (click)="openPresentDialog(comment.body)">{{comment.body}}</div>
<span class="fill-remaining-space"></span> <span class="fill-remaining-space"></span>
<div fxLayout="column"> <div fxLayout="column">
<button mat-icon-button [disabled]="!isStudent" (click)="voteUp(comment)"> <button mat-icon-button [disabled]="!isStudent" (click)="voteUp(comment)">
......
...@@ -71,7 +71,7 @@ h2 { ...@@ -71,7 +71,7 @@ h2 {
min-width: 200px; min-width: 200px;
min-height: 100px; min-height: 100px;
text-align: start; text-align: start;
font-size: large; font-size: x-large;
max-height: 120px; max-height: 120px;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment