snappymail/dev/Styles/User/SettingsTemplates.less
2021-09-10 09:30:06 +02:00

21 lines
242 B
Text

.b-settings-templates {
td + td {
width: 150px;
}
td + td + td {
width: 1%;
}
.template-name {
display: inline-block;
line-height: 22px;
word-break: break-all;
}
.delete-template {
cursor: pointer;
opacity: 0.5;
}
}