Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
adapt
ace
Commits
d7ef94a2
Commit
d7ef94a2
authored
Apr 03, 2017
by
Michael Ritter
Browse files
Remove overflow and add a mouseover title to show full text
parent
7966c408
Changes
1
Hide whitespace changes
Inline
Side-by-side
ace-am/src/main/webapp/statistics.jsp
View file @
d7ef94a2
...
@@ -22,6 +22,13 @@
...
@@ -22,6 +22,13 @@
margin-left
:
0
;
margin-left
:
0
;
}
}
td
{
max-width
:
100px
;
overflow
:
scroll
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
.form-group-sm
{
.form-group-sm
{
width
:
150px
;
width
:
150px
;
}
}
...
@@ -83,9 +90,9 @@
...
@@ -83,9 +90,9 @@
<tbody>
<tbody>
<c:forEach
var=
"item"
items=
"
${
summary
}
"
>
<c:forEach
var=
"item"
items=
"
${
summary
}
"
>
<tr>
<tr>
<td>
${item.date}
</td>
<td
title=
"${item.date}"
>
${item.date}
</td>
<td>
${item.collection}
</td>
<td
title=
"${item.collection}"
>
${item.collection}
</td>
<td>
${item.group}
</td>
<td
title=
"${item.group}"
>
${item.group}
</td>
<td>
${item.count}
</td>
<td>
${item.count}
</td>
<td>
${item.size}
</td>
<td>
${item.size}
</td>
</tr>
</tr>
...
...
Michael Ritter
@shake
mentioned in issue
#33 (closed)
·
Apr 03, 2017
mentioned in issue
#33 (closed)
mentioned in issue #33
Toggle commit list
Write
Preview
Markdown
is supported
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