James McCool commited on
Commit
3c6c2d6
·
1 Parent(s): 3be2b97

fixing some div spacing

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +0 -3
src/streamlit_app.py CHANGED
@@ -37,9 +37,6 @@ st.markdown("""
37
  background-color: #DAA520;
38
  color: white;
39
  }
40
- div{
41
- box-sizing: content-box !important;
42
- }
43
  </style>""", unsafe_allow_html=True)
44
 
45
  def paginate_dataframe(df, page_size):
 
37
  background-color: #DAA520;
38
  color: white;
39
  }
 
 
 
40
  </style>""", unsafe_allow_html=True)
41
 
42
  def paginate_dataframe(df, page_size):