We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48525f0 commit e6ca3b5Copy full SHA for e6ca3b5
web_src/css/features/projects.css
@@ -59,6 +59,7 @@
59
margin: 0 !important;
60
flex-direction: column;
61
gap: .25rem;
62
+ max-width: 100%;
63
}
64
65
.cards-wrapper > .note-cards {
@@ -93,6 +94,7 @@
93
94
95
.card-attachment-images {
96
display: inline-block;
97
98
white-space: nowrap;
99
overflow: hidden;
100
text-align: center;
@@ -101,6 +103,7 @@
101
103
.card-attachment-images img {
102
104
105
max-height: 50px;
106
107
border-radius: var(--border-radius);
108
margin-right: 2px;
109
0 commit comments