Files
auto-archiver-extension/source/css/popup.css
msramalho 93d47d2ee3 first MVP
2023-02-21 13:58:10 +00:00

33 lines
417 B
CSS

body {
font-size: 100%;
}
#app {
min-width: 40em;
margin: 15px;
}
#icon {
max-height: 26px;
vertical-align: middle;
}
#archiveResults .row{
/* table-layout: fixed; */
width:90%;
max-width:100px;
}
/* #archiveResults td {
width: auto;
}
#archiveResults td:nth-child(2) {
width: 150px;
} */
table td {
word-wrap: break-word;
overflow-wrap: break-word;
padding: 5px;
}