}
}
+.draft-notification {
+ pointer-events: none;
+ transform: scale(0);
+ transition: transform ease-in-out 120ms;
+ transform-origin: 50% 50%;
+ &.visible {
+ transform: scale(1);
+ }
+}
+
.page-style.editor {
padding: 0 !important;
}
margin: $-m 0;
}
table {
- word-break: break-all;
- word-break: break-word;
hyphens: auto;
+ table-layout: fixed;
+ max-width: 100%;
+ height: auto !important;
}
// diffs
.tabs {
display: block;
border-right: 1px solid #DDD;
- width: 54px;
- flex: 0;
+ width: 48px;
+ flex: 0 1 auto;
}
.tabs i {
color: rgba(0, 0, 0, 0.5);
}
.tag-display {
- margin: $-xl $-xs;
+ margin: $-xl $-m;
border: 1px solid #DDD;
min-width: 180px;
max-width: 320px;
margin: 0;
padding: 0;
}
- span {
- color: #666;
- margin-left: $-s;
- }
- .heading {
+ .heading th {
padding: $-xs $-s;
- color: #444;
+ color: #333;
+ font-weight: 400;
}
td {
border: 0;
.tag-value {
color: #888;
}
- td i {
- color: #888;
- }
tr:last-child td {
border-bottom: none;
}