-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Fix federated cloud share icons overlap in button #31596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thanks! This looks good to me :) Please fix the DCO https://github.com/nextcloud/server/pull/31596/checks?check_run_id=5573597201 :) |
|
Did you test the solution? Couldn't get it to work. |
yes, that is also what I thought... margin right doesn't seem right... |
|
Padding left is probably more likely to work |
|
Fixed |
|
All good :) @Lucarnosky can you fix DCO? https://github.com/nextcloud/server/pull/31596/checks?check_run_id=5578043641 |
|
@artonge |
Signed-off is present, but I think it needs to be at the end of the commit message |
Fix issue nextcloud#30819 Fixed issue nextcloud#30819 Signed-off-by: Lucarnosky <[email protected]>
Sorry for the mess, fixed the commit |
Commit sha: 3ea53c3, Author: Lock Garnock, Committer: Lock Garnock; Expected "Lock Garnock [email protected]", but got "Lucarnosky [email protected]". SHould be "Lock Garnock" instead of "Lucarnosky" |
Fix issue nextcloud#30819 Fixed issue nextcloud#30819 Signed-off-by: Lock Garnock <[email protected]>
DCO Passed :) |
|
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
|
Thanks for this @Lucarnosky ! :) |
|
Thank you guys for patience and amazing work. Glad to contribute |
Added margin right the the icon to avoid overlap over the write
Fix #30819