projects
/
m6w6
/
gitweb-theme
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
4365506
)
Truncating the description text (with ellipsis) if is greater than footer width
author
Thiago Pereira
<thiagor@engineer.com>
Thu, 9 Jul 2015 18:50:45 +0000
(15:50 -0300)
committer
Thiago Pereira
<thiagor@engineer.com>
Thu, 9 Jul 2015 18:50:45 +0000
(15:50 -0300)
gitweb.css
patch
|
blob
|
history
diff --git
a/gitweb.css
b/gitweb.css
index 5fca47a6b46cdb29a307c418dad1fea88fe8093a..c57d577b656d065a4320af69c4aff1168bdccafc 100644
(file)
--- a/
gitweb.css
+++ b/
gitweb.css
@@
-162,6
+162,10
@@
td, th {
display: inline;
float: left;
margin-left: 25px;
+ width: 80%;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
}
a.rss_logo {