akkoma-fe/src/components/local_bubble_panel/local_bubble_panel.scss
floatingghost 4d27064db3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Show bubble instances in about panel (#123)
Reviewed-on: AkkomaGang/pleroma-fe#123
2022-08-09 02:16:23 +00:00

22 lines
299 B
SCSS

.mrf-section {
margin: 1em;
table {
width:100%;
text-align: left;
padding-left:10px;
padding-bottom:20px;
th, td {
width: 180px;
max-width: 360px;
overflow: hidden;
vertical-align: text-top;
}
th+th, td+td {
width: auto;
}
}
}