File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
frontend/src/app/questions Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 38
38
optionLabel ="label "
39
39
optionValue ="value "
40
40
placeholder ="Select Topics ">
41
- < ng-template let-option pTemplate ="item ">
41
+ < ng-template class =" w-12 p-fluid " let-option pTemplate ="item ">
42
42
< span > {{ option.label }}</ span >
43
43
</ ng-template >
44
44
45
- < ng-template pTemplate ="footer ">
45
+ < ng-template pTemplate ="footer " class =" w-12 p-fluid " >
46
46
< p-button
47
+ class ="w-12 p-fluid "
47
48
*ngIf ="isNoResultsFound "
48
49
type ="button "
49
50
label ="Add as New Topic "
59
60
< label for ="questionTopics "> Difficulty</ label >
60
61
61
62
< p-dropdown
62
- class ="w-12 flex align-items-center justify-content-center "
63
+ class ="w-12 "
63
64
autoWidth ="false "
64
65
[required] ="true "
65
66
[style] ="{ width: '100%' } "
You can’t perform that action at this time.
0 commit comments