Skip to content

Commit 975d44d

Browse files
author
p01
committed
Specified container class for the resource-detail-FOO-container with some padding
1 parent 66206df commit 975d44d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/resource-manager/resource_style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,13 @@
222222
text-overflow:ellipsis;
223223
color:#000;
224224
}
225+
.resource-detail-text-container,
226+
.resource-detail-image-container,
227+
.resource-detail-others-container,
228+
.resource-detail-flash-container
229+
{
230+
padding:8px;
231+
}
225232
.resource-detail-error
226233
{
227234
color:red;

0 commit comments

Comments
 (0)