w-2.5 word wrap
parent
054b6355cc
commit
861e180521
|
@ -73,20 +73,20 @@
|
|||
<div class="col-sm-12 bg-primary py-1">
|
||||
<div class="text-white text-center">Cek Protokol Kesehatan</div>
|
||||
</div>
|
||||
<div class="col-sm-12" style="min-height: 150px;">
|
||||
<div class="col-sm-12 m-3" style="min-height: 150px;">
|
||||
<br>
|
||||
<div class="row justify-content-center">
|
||||
<div id="question-container" class="col-sm-10 hide">
|
||||
<p id="question" class="text-primary">Question</p>
|
||||
<p id="question" class="text-primary" style="white-space: normal !important; word-wrap: break-word;">Question</p>
|
||||
<div id="answer-buttons" class="btn-grid">
|
||||
<button type="button" class="btn btn-sm btn-outline-primary">Answer 1</button>
|
||||
<button type="button" class="btn btn-sm btn-outline-primary">Answer 1</button>
|
||||
<button type="button" class="btn btn-sm btn-outline-primary">Answer 1</button>
|
||||
<button type="button" class="btn btn-sm btn-outline-primary" style="white-space: normal !important; word-wrap: break-word;">Answer 1</button>
|
||||
<button type="button" class="btn btn-sm btn-outline-primary" style="white-space: normal !important; word-wrap: break-word;">Answer 1</button>
|
||||
<button type="button" class="btn btn-sm btn-outline-primary" style="white-space: normal !important; word-wrap: break-word;">Answer 1</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<div id="result-container" class="row justify-content-center hide">
|
||||
<div id="result-container" class="row justify-content-center m-3 hide">
|
||||
<div id="kondisi" type="button" class="btn btn-outline-info btn-col" style="white-space: normal !important; word-wrap: break-word;">Kondisi 1:</div>
|
||||
<div class="w-100"></div>
|
||||
<br>
|
||||
|
@ -97,7 +97,7 @@
|
|||
</div>
|
||||
<br>
|
||||
<div class="row justify-content-center justify-content-end">
|
||||
<button id="start-btn" type="button" class="justify-content-center btn btn-primary">Start Test</button>
|
||||
<button id="start-btn" type="button" class="justify-content-center btn btn-primary">Mulai Tes</button>
|
||||
</div>
|
||||
<br>
|
||||
</div>
|
||||
|
@ -123,4 +123,4 @@
|
|||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue