Bug #6106

Pithos Webclient should truncate long container names

Added by Dionysis Grigoropoulos over 9 years ago. Updated over 9 years ago.

Status:Closed Start date:08/25/2014
Priority:Medium Due date:
Assignee:Christos KK Loverdos % Done:

0%

Category:- Spent time: -
Target version:-

Description

At the moment long container names aren't truncated and it's possible to "overflow" the UI in a lot of actions, e.g., Upload, Purge Container, etc

2014-08-25-163444_1918x1063_scrot.png (96.4 kB) Dionysis Grigoropoulos, 08/25/2014 04:49 pm

Associated revisions

Revision d1fa7af8
Added by Christos KK Loverdos over 9 years ago

CSS change for breaking words

Following the suggestion at #6106.
Fixes #6106 https://code.grnet.gr/issues/6106

Revision ea1faa06
Added by Kostas Papadimitriou over 9 years ago

CSS change for breaking words

Following the suggestion at #6106.
Fixes #6106 https://code.grnet.gr/issues/6106

Signed-Off-By: Christos KK Loverdos <>

History

#1 Updated by Olga Brani over 9 years ago

To close the issue, add

.props-values .gwt-Label {
word-break: break-word;
}

at the end of pithos.css file

#2 Updated by Christos KK Loverdos over 9 years ago

Olga Brani wrote:

To close the issue, add

.props-values .gwt-Label {
word-break: break-word;
}

at the end of pithos.css file

Did you mean word-wrap: break-word; ?

#3 Updated by Christos KK Loverdos over 9 years ago

  • Status changed from New to Closed

Also available in: Atom PDF