diff --git a/angular_app/event-info.html b/angular_app/event-info.html
index 803395e..1fccf91 100644
--- a/angular_app/event-info.html
+++ b/angular_app/event-info.html
@@ -39,13 +39,13 @@
- # |
- {{'Person' | translate}} {{'Name' | translate}} {{'Surname' | translate}} |
- {{'Attended' | translate}} |
-
+ | # |
+ {{'Person' | translate}} {{'Name' | translate}} {{'Surname' | translate}} |
+ {{'Attended' | translate}} |
+
{{col.label | translate}}
|
- {{'Delete' | translate}} |
+ {{'Delete' | translate}} |
diff --git a/angular_app/persons-list.html b/angular_app/persons-list.html
index 2c9e147..fc4d8ae 100644
--- a/angular_app/persons-list.html
+++ b/angular_app/persons-list.html
@@ -36,12 +36,12 @@
- # |
- {{'Person' | translate}} {{'Name' | translate}} {{'Surname' | translate}} |
-
+ | # |
+ {{'Person' | translate}} {{'Name' | translate}} {{'Surname' | translate}} |
+
{{col.label | translate}}
|
- {{'Delete' | translate}} |
+ {{'Delete' | translate}} |
diff --git a/static/css/eventman.css b/static/css/eventman.css
index 10d177c..fabc426 100644
--- a/static/css/eventman.css
+++ b/static/css/eventman.css
@@ -70,3 +70,7 @@ body { padding-top: 70px; }
overflow-y: scroll !important;
}
+/* do not wrap elements inside this one */
+.nowrap {
+ white-space: nowrap;
+}