James McCool commited on
Commit
2bf059d
·
1 Parent(s): fc87580

Remove unnecessary first column font size CSS rule

Browse files

- Delete redundant CSS selector targeting first column font size
- Simplify custom styling for DataFrame rendering

Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -58,10 +58,6 @@ st.markdown("""
58
  background-color: #DAA520;
59
  cursor: pointer;
60
  }
61
-
62
- [data-testid^="glide-cell-"][aria-colindex="1"] {
63
- font-size: 2px !important;
64
- }
65
  </style>""", unsafe_allow_html=True)
66
 
67
  @st.cache_resource(ttl = 60)
 
58
  background-color: #DAA520;
59
  cursor: pointer;
60
  }
 
 
 
 
61
  </style>""", unsafe_allow_html=True)
62
 
63
  @st.cache_resource(ttl = 60)