mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Fix spacing of link widget button when inside a hbox
This commit is contained in:
parent
3d30080795
commit
672fba6444
@ -227,6 +227,9 @@ a.et2_url.url {
|
||||
.et2_email a:not(:first-child) {
|
||||
margin-left: 1em;
|
||||
}
|
||||
.et2_hbox > .et2_url_span > a {
|
||||
margin-left: 0px;
|
||||
}
|
||||
/**
|
||||
* Button widget - text only, and icon
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user