mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Fix <a> tags inside infolog desc always breaks to second line
This commit is contained in:
parent
6704f41dcc
commit
40716c032f
@ -54,4 +54,8 @@ tr.dialogOperators td,.dialogFooterToolbar {
|
||||
/*Project Name*/
|
||||
#infolog-edit_infolog-edit-project .et2_link_entry.no_app input.ui-autocomplete-input {
|
||||
width: 291px;
|
||||
}
|
||||
/*get <a> tags inside description in listview with no breakline*/
|
||||
.et2_nextmatch .egwGridView_grid tr td div.et2_vbox .infoDes a{
|
||||
display: inline-table;
|
||||
}
|
@ -129,6 +129,10 @@ tr.dialogOperators td,
|
||||
#infolog-edit_infolog-edit-project .et2_link_entry.no_app input.ui-autocomplete-input {
|
||||
width: 291px;
|
||||
}
|
||||
/*get <a> tags inside description in listview with no breakline*/
|
||||
.et2_nextmatch .egwGridView_grid tr td div.et2_vbox .infoDes a {
|
||||
display: inline-table;
|
||||
}
|
||||
/* #############################################################################
|
||||
// iframe
|
||||
// Rahmen + padding**/
|
||||
|
Loading…
Reference in New Issue
Block a user