Skip to content

Commit ee0f370

Browse files
committed
Support #343
1 parent f6746c8 commit ee0f370

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/edrn.theme/src/edrn/theme/static/edrn.theme/css/edrn-overlay.css

+14
Original file line numberDiff line numberDiff line change
@@ -237,3 +237,17 @@ b {
237237
.tree_view_annotation {
238238
display: none;
239239
}
240+
.full-width {
241+
/* Reproduced from bootstrap */
242+
max-width: 100%;
243+
height: auto;
244+
padding: 1rem 0;
245+
}
246+
.right {
247+
float: right;
248+
padding: 1rem;
249+
}
250+
.left {
251+
float: left;
252+
padding: 1rem;
253+
}

0 commit comments

Comments
 (0)