ViannyCruz commited on
Commit
19ab831
·
verified ·
1 Parent(s): 453144f

Update web/patients.html

Browse files
Files changed (1) hide show
  1. web/patients.html +14 -8
web/patients.html CHANGED
@@ -764,14 +764,20 @@ function createPatientCard(patient) {
764
  </div>
765
 
766
  <div class="dropdown">
767
- <button class="btn btn-sm btn-outline-secondary dropdown-toggle"
768
- type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
769
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
770
- viewBox="0 0 24 24" fill="none" stroke="currentColor"
771
- stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
772
- <circle cx="5" cy="12" r="1.5"/>
773
- <circle cx="12" cy="12" r="1.5"/>
774
- <circle cx="19" cy="12" r="1.5"/>
 
 
 
 
 
 
775
  </svg>
776
  </button>
777
  <div class="dropdown-menu dropdown-menu-right">
 
764
  </div>
765
 
766
  <div class="dropdown">
767
+ <button class="btn btn-sm btn-outline-secondary"
768
+ type="button"
769
+ data-toggle="dropdown"
770
+ aria-haspopup="true"
771
+ aria-expanded="false"
772
+ style="padding: 4px 8px; line-height: 1;">
773
+ <svg xmlns="http://www.w3.org/2000/svg"
774
+ width="16" height="16"
775
+ viewBox="0 0 24 24"
776
+ fill="currentColor"
777
+ style="display:block; pointer-events:none;">
778
+ <circle cx="5" cy="12" r="2"/>
779
+ <circle cx="12" cy="12" r="2"/>
780
+ <circle cx="19" cy="12" r="2"/>
781
  </svg>
782
  </button>
783
  <div class="dropdown-menu dropdown-menu-right">