micrach/static/styles/thread.css
Yanislav Igonin 242abb8645
Feature - Migrator (#3)
* feat: rename init migration

* feat: add migration for is_archived field

* fix: thread title wrap

* fix: captcha checks after post validation now

* fix

* wip on migrate method

* feat: decided to write own migrator

* feat: add get files on folder func

* wip

* feat: add migrations table

* feat: add migration method

* doc

* feat: query -> exec
2021-11-17 11:44:12 +03:00

11 lines
155 B
CSS

.thread-title-link {
text-decoration: none;
}
.thread-title-link:hover {
text-decoration: underline;
}
.thread-title {
overflow-wrap: break-word;
}