Skip to content

Commit 753ff6b

Browse files
committed
add newline and remove comment
1 parent 42e4a26 commit 753ff6b

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

webapp/src/Form/Type/SubmitProblemPasteType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
7878
}
7979
});
8080
}
81-
}
81+
}

webapp/templates/team/submit_modal.html.twig

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
{% else %}
2222
{% set active_tab = defaultSubmissionCodeMode == 0 ? 'paste' : 'upload' %}
2323

24-
<!-- Bootstrap Nav Tabs for Switching -->
2524
<div class="modal-body">
2625
<ul class="nav nav-tabs container text-center" id="submissionTabs" role="tablist" style="width: 100%">
2726
<li class="nav-item" role="presentation">
@@ -123,31 +122,4 @@
123122
filesSelected.removeClass('d-none');
124123
});
125124
</script>
126-
<style>
127-
.container {
128-
display: grid;
129-
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
130-
gap: 10px;
131-
}
132-
133-
.text-center {
134-
text-align: center;
135-
}
136-
137-
.editor-container {
138-
border: 1px solid #ddd;
139-
border-radius: 4px;
140-
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
141-
padding: 10px;
142-
margin-top: 10px;
143-
margin-bottom: 10px;
144-
background-color: #fafafa;
145-
max-height: 400px;
146-
overflow: auto;
147-
}
148-
149-
.editor-container:hover {
150-
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
151-
}
152-
</style>
153125
</div>

0 commit comments

Comments
 (0)