Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Michael Ochmann
trakr.
Commits
6cc6d327
Commit
6cc6d327
authored
Jul 15, 2018
by
Michael Ochmann
Browse files
added overflow to navbar and listview
parent
dc62a387
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/javascript/controllers/ViewController.js
View file @
6cc6d327
...
...
@@ -100,7 +100,7 @@ class ViewController extends UIViewController {
case
States
.
HEIGHTMAP
:
this
.
addSubview
(
new
HeightMapViewController
(
"
main
"
,
new
HeightMap
(
this
,
this
.
track
)));
leftButton
=
"
<a id=backButton href=#><span class='fa fa-chevron-left'></span> <span>Zurück</span></a>
"
;
title
=
"
Capture Track
"
;
title
=
this
.
tracks
.
get
(
this
.
track
).
name
;
break
;
}
...
...
src/scss/_UITableViewReveal.scss
View file @
6cc6d327
...
...
@@ -14,6 +14,9 @@
left
:
0
;
position
:
absolute
;
box-sizing
:
border-box
;
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
section
:first-child
{
...
...
src/scss/_header.scss
View file @
6cc6d327
...
...
@@ -13,6 +13,9 @@ header {
text-align
:
center
;
font-size
:
12pt
;
font-weight
:
bold
;
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
span
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment