mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
16 lines
233 B
SCSS
16 lines
233 B
SCSS
.autocomplete {
|
|
width: 100%;
|
|
.dropdown-item {
|
|
white-space: normal;
|
|
word-break: break-word;
|
|
&:focus {
|
|
outline: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
form {
|
|
> div {
|
|
position: relative;
|
|
}
|
|
} |