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

- +