Compare commits

...

5 commits

Author SHA1 Message Date
DianaXWiki
ddc513995f Add review changes #1369 2024-08-09 14:09:11 +03:00
DianaXWiki
96d5d06b4c Adjust height of container to not overlap #1369 2024-08-05 18:44:09 +03:00
David Benque
ca8e58b34a
Merge branch 'main' into staging 2024-07-25 15:24:01 +01:00
yflory
5b08caede2 Merge branch '2024.6.1' into staging 2024-07-24 15:26:11 +02:00
David Benque
11cf84a985 Update linter rules
Prevent line break errors on Windows
2024-07-18 15:42:56 +01:00
2 changed files with 6 additions and 1 deletions

View file

@ -35,7 +35,7 @@ module.exports = {
4
],
'linebreak-style': [
'error',
'off', // git handles linebreak conversion for us
'unix'
],
'quotes': [

View file

@ -34,9 +34,14 @@
flex-flow: column;
.cp-toolbar-history-actions {
width: 100%;
margin: 0.6rem 0;
height: auto !important;
.cp-history-actions-first {
margin-right: 0 !important;
}
button {
margin: 0.1rem !important;
}
}
.cp-toolbar-history-timeline {
width: ~"calc(100% - 20px)";