From 063c181bad787ac460b9a6778c7d12cd33063724 Mon Sep 17 00:00:00 2001 From: Niggl Date: Thu, 2 Jul 2020 14:37:26 +0200 Subject: [PATCH] Fixed the table text spillint --- src/app/sprint-table/sprint-table.component.css | 9 ++------- src/app/sprint-table/sprint-table.component.html | 6 +++--- src/app/task-table/task-table.component.css | 4 ---- src/app/task-table/task-table.component.html | 7 +++---- src/app/userstory-table/userstory-table.component.css | 4 ---- src/app/userstory-table/userstory-table.component.html | 6 +++--- 6 files changed, 11 insertions(+), 25 deletions(-) diff --git a/src/app/sprint-table/sprint-table.component.css b/src/app/sprint-table/sprint-table.component.css index 5b74f7f..70c4c49 100644 --- a/src/app/sprint-table/sprint-table.component.css +++ b/src/app/sprint-table/sprint-table.component.css @@ -1,8 +1,3 @@ -table { - table-layout: fixed; - } - - th.sortable:hover { +th.sortable:hover { text-decoration: underline; - } - \ No newline at end of file +} \ No newline at end of file diff --git a/src/app/sprint-table/sprint-table.component.html b/src/app/sprint-table/sprint-table.component.html index b0c66c3..894bcb9 100644 --- a/src/app/sprint-table/sprint-table.component.html +++ b/src/app/sprint-table/sprint-table.component.html @@ -1,10 +1,10 @@ -
+
-

+

Sprints

- + diff --git a/src/app/task-table/task-table.component.css b/src/app/task-table/task-table.component.css index a7c065c..70f7a6e 100644 --- a/src/app/task-table/task-table.component.css +++ b/src/app/task-table/task-table.component.css @@ -1,7 +1,3 @@ -table { - table-layout: fixed; -} - th.sortable:hover { text-decoration: underline; } diff --git a/src/app/task-table/task-table.component.html b/src/app/task-table/task-table.component.html index 821a305..1a8b2f2 100644 --- a/src/app/task-table/task-table.component.html +++ b/src/app/task-table/task-table.component.html @@ -1,6 +1,6 @@ -
-
diff --git a/src/app/userstory-table/userstory-table.component.css b/src/app/userstory-table/userstory-table.component.css index a7c065c..70f7a6e 100644 --- a/src/app/userstory-table/userstory-table.component.css +++ b/src/app/userstory-table/userstory-table.component.css @@ -1,7 +1,3 @@ -table { - table-layout: fixed; -} - th.sortable:hover { text-decoration: underline; } diff --git a/src/app/userstory-table/userstory-table.component.html b/src/app/userstory-table/userstory-table.component.html index 0a0242a..90e0ce0 100644 --- a/src/app/userstory-table/userstory-table.component.html +++ b/src/app/userstory-table/userstory-table.component.html @@ -1,8 +1,8 @@ -
+
-

Userstories

+

Userstories

- +