File tree 1 file changed +3
-2
lines changed
src/app/view/dialogs/trainrun-and-section-dialog/trainrunsection-tab
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
< td class ="EditTrainrunSectionDialogHeaderLeft " rowspan ="2 ">
8
8
< b > {{ leftBetriebspunkt[0] }}</ b > {{ leftBetriebspunkt[1] }}
9
9
</ td >
10
- < td class ="EditTrainrunSectionDialogHeaderSeparatorLeft "> </ td >
10
+ < td class ="EditTrainrunSectionDialogHeaderSeparatorLeft " style =" visibility: hidden; " > </ td >
11
11
< td
12
12
[ngClass] ="
13
13
tagNbrStopInput
14
14
? 'EditTrainrunSectionDialogHeaderCenter IsActive'
15
15
: 'EditTrainrunSectionDialogHeaderCenter NotActive'
16
16
"
17
17
rowspan ="2 "
18
+ style ="visibility: hidden; "
18
19
>
19
20
< input
20
21
tabindex ="-1 "
54
55
type ="button "
55
56
/>
56
57
</ td >
57
- < td class ="EditTrainrunSectionDialogHeaderSeparatorRight "> </ td >
58
+ < td class ="EditTrainrunSectionDialogHeaderSeparatorRight " style =" visibility: hidden; " > </ td >
58
59
< td class ="EditTrainrunSectionDialogHeaderRight " rowspan ="2 ">
59
60
< b > {{ rightBetriebspunkt[0] }}</ b > {{ rightBetriebspunkt[1] }}
60
61
</ td >
You can’t perform that action at this time.
0 commit comments