Skip to content

Commit

Permalink
Merge pull request #284 from php-school/pixelz
Browse files Browse the repository at this point in the history
Fix border alignment
  • Loading branch information
AydinHassan authored Mar 11, 2024
2 parents 55bcb24 + fdc2272 commit 62cc9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/components/Online/PageExerciseEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ const deleteFileOrFolder = async (file) => {
leave-to="-translate-y-full md:translate-y-0 md:translate-x-full"
>
<div id="results-col" class="absolute right-0 z-10 flex h-full w-full flex-col overflow-y-scroll border-t border-solid border-gray-600 bg-gray-900 md:mt-0 md:w-3/12 md:border-l">
<div class="flex items-center justify-between border-b border-solid border-gray-600 py-4 pl-4 pr-4">
<div class="flex items-center justify-between border-b border-solid border-gray-600 pb-[15px] pl-4 pr-4 pt-4">
<h1 class="flex items-center pt-0 font-mono text-xl text-white">
<AcademicCapIcon class="mr-3 h-5 w-5" />
Results
Expand Down

0 comments on commit 62cc9de

Please sign in to comment.