mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
align pencil
This commit is contained in:
parent
da5015aabe
commit
22df4d849c
|
@ -84,8 +84,15 @@ export default Vue.extend({
|
|||
|
||||
.title {
|
||||
text-overflow: ellipsis;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
> *:first-child {
|
||||
padding-right: var(--spacing-3xs);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
.editIcon {
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue