mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-21 02:19:30 +00:00
Started to upgrade from bootstrap 4 to 5.
This commit is contained in:
parent
a40fed29e0
commit
365c7c60e4
27 changed files with 164 additions and 157 deletions
|
|
@ -243,6 +243,11 @@ showing the sidebar (on devices with md or higher)
|
|||
* Bootstrap extensions
|
||||
*****************************************/
|
||||
|
||||
/* Dont underline links */
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.w-fit {
|
||||
width: -moz-fit-content;
|
||||
width: fit-content;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue