Fixed the table text spillint
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<div class="mx-5 my-3">
|
||||
<div class="container-fluid">
|
||||
|
||||
<h3 class="my-1">
|
||||
<h3>
|
||||
Sprints
|
||||
</h3>
|
||||
|
||||
<button class="btn btn-secondary my-3" (click)="openSprintForm()">Neuer Sprint</button>
|
||||
<button class="btn btn-secondary" (click)="openSprintForm()">Neuer Sprint</button>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user