mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
fix pencil bug
This commit is contained in:
parent
4f5412ad71
commit
e52df9192c
|
@ -84,8 +84,6 @@ export default Vue.extend({
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
> *:first-child {
|
> *:first-child {
|
||||||
padding-right: var(--spacing-3xs);
|
padding-right: var(--spacing-3xs);
|
||||||
|
|
Loading…
Reference in a new issue