summaryrefslogtreecommitdiff
path: root/yaksh
diff options
context:
space:
mode:
authoradityacp2020-08-27 18:30:06 +0530
committeradityacp2020-08-27 18:30:06 +0530
commit42dda2d828915f0f79dcdd816984489238661ebd (patch)
tree7b43162ddf2a73e5906f96aa62688686d1ff4019 /yaksh
parent2fbc43b83fd1a487d4e27b471efa2faeed5c4669 (diff)
downloadonline_test-42dda2d828915f0f79dcdd816984489238661ebd.tar.gz
online_test-42dda2d828915f0f79dcdd816984489238661ebd.tar.bz2
online_test-42dda2d828915f0f79dcdd816984489238661ebd.zip
fix iframe css
Diffstat (limited to 'yaksh')
-rw-r--r--yaksh/static/yaksh/css/custom.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/yaksh/static/yaksh/css/custom.css b/yaksh/static/yaksh/css/custom.css
index f995c61..7756478 100644
--- a/yaksh/static/yaksh/css/custom.css
+++ b/yaksh/static/yaksh/css/custom.css
@@ -131,3 +131,9 @@ body, .dropdown-menu {
#question_card {
border: none;
}
+
+
+iframe {
+ display:block;
+ width:100%;
+}