diff options
author | adityacp | 2020-08-27 18:30:06 +0530 |
---|---|---|
committer | adityacp | 2020-08-27 18:30:06 +0530 |
commit | 42dda2d828915f0f79dcdd816984489238661ebd (patch) | |
tree | 7b43162ddf2a73e5906f96aa62688686d1ff4019 /yaksh/static | |
parent | 2fbc43b83fd1a487d4e27b471efa2faeed5c4669 (diff) | |
download | online_test-42dda2d828915f0f79dcdd816984489238661ebd.tar.gz online_test-42dda2d828915f0f79dcdd816984489238661ebd.tar.bz2 online_test-42dda2d828915f0f79dcdd816984489238661ebd.zip |
fix iframe css
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/css/custom.css | 6 |
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%; +} |