Skip to content

Commit

Permalink
Merge pull request #49 from isankadn/main
Browse files Browse the repository at this point in the history
CSS issues
  • Loading branch information
dri94 authored Oct 13, 2022
2 parents 1fcfcfb + 691ddcf commit ecdb08a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions swiftplugin/swiftplugin/static/css/swiftplugin.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
/* CSS for SwiftPluginXBlock */

.container {
min-height: 950px;
}
.swiftplugin>div{
border: 0 !important;
}
.nav-tabs .nav-link#yoursolution2-tab, .nav-link#empowrsolution-tab {
padding: 8px 16px;
color: #9E9E9E!important;
Expand All @@ -15,7 +20,9 @@
font-weight: bold;
color: #424242!important;
}

.nav-link.active#yoursolution2-tab:hover{
background: none !important;
}
.nav-link#yoursolution2-tab, .nav-link#empowrsolution-tab {
display: block;
padding: .5rem 1rem;
Expand All @@ -34,7 +41,9 @@ div#code-container-area {
height: calc(70vmin + 40px);
overflow:hidden;
}

div#code-container-area ul {
list-style: none;
}
.response-txt {
color: black;
white-space: pre-wrap;
Expand Down
2 changes: 1 addition & 1 deletion swiftplugin/swiftplugin/static/html/swiftplugin.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section class="col-md-12">
<div class="container">
<div class="container swiftplugin">
<div class="col-12">
<h1 class="mb-2" id="assignment-title">Title</h1>
<div id="code-container-area">
Expand Down

0 comments on commit ecdb08a

Please sign in to comment.