mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Exclude link icon width from et2_url's width, avoiding unnecessary scrollbar
This commit is contained in:
parent
fad3064498
commit
240a2cd150
@ -2671,11 +2671,14 @@ ul.et2_nowrap, div.et2_nowrap{
|
||||
.et2_fullWidth, .et2_fullWidth span.et2_url_span {
|
||||
position: relative;
|
||||
}
|
||||
span.et2_url_span input.et2_fullWidth {
|
||||
width: calc(99% - 18px);
|
||||
}
|
||||
.et2_fullWidth a.et2_url {
|
||||
position: absolute;
|
||||
height: 16px;
|
||||
right: -16px;
|
||||
top: 8px;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
.et2_fullWidth input.et2_date_duration {
|
||||
|
Loading…
Reference in New Issue
Block a user