Update dsa5_character_sheet_roll20.css

better with a specified min-width and auto width for the words that are too long
This commit is contained in:
Thomas Coquery
2019-01-31 16:11:11 +01:00
committed by GitHub
parent f715814500
commit aad8aa5fa8
@@ -199,7 +199,8 @@ span.sheet-tab {
border-bottom-color: black;
text-align: center;
width: 105px;
width: auto;
min-width: 85px;
height: 20px;
cursor: pointer;
position: relative;