From b4c2ddf985726c8d5f67062d2e4f7d28f0ec22dc Mon Sep 17 00:00:00 2001
From: 2deep4real <denis.peters@udo.edu>
Date: Tue, 15 Sep 2015 00:57:44 +0200
Subject: [PATCH] line caption now in flex layout

---
 panels/departure/style.less | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/panels/departure/style.less b/panels/departure/style.less
index 7d5da89..e94afcc 100755
--- a/panels/departure/style.less
+++ b/panels/departure/style.less
@@ -23,13 +23,13 @@
 
 		[data-transport] {
 			position: relative;
-			display: inline-table;
+			display: flex;
 			width: 100%;
 			white-space: nowrap;
 
 			[data-line] {
 				position: relative;
-				display: inline-table;
+				display: block;
 				background-color: #FFFFFF;
 				color: #0000A0;
 				/*width: 10%;*/
@@ -40,7 +40,8 @@
 
 			[data-name] {
 				position: relative;
-				display: inline-table;
+				display: block;
+				flex: 1;
 			/*	background-color: #0000A0; */
 				color: #FFFFFF;
 				height: 100%;
-- 
GitLab