mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-16 17:56:51 +00:00
The max width of the page is set to 800px, that renders of commands and output in a small box requiring a scrollbar. Increase the limit to 1200px. Also update some subvoulme related text. Signed-off-by: David Sterba <dsterba@suse.com>
4 lines
54 B
CSS
4 lines
54 B
CSS
.wy-nav-content {
|
|
max-width: 1200px !important;
|
|
}
|