JosePezantes commited on
Commit
980687c
1 Parent(s): 24916ab

Manejo de errores

Browse files
Files changed (1) hide show
  1. style.css +5 -0
style.css CHANGED
@@ -56,4 +56,9 @@ tbody tr:last-of-type {
56
  tbody tr.active-row {
57
  font-weight: bold;
58
  color: #009879;
 
 
 
 
 
59
  }
 
56
  tbody tr.active-row {
57
  font-weight: bold;
58
  color: #009879;
59
+ }
60
+
61
+ .stAlert {
62
+ justify-content:baseline;
63
+ display: flex;
64
  }